A C E F G L O P R S U V 
All Classes All Packages

A

AbstractChannelSubscriber<T> - Class in org.ical4j.integration
 
AbstractChannelSubscriber() - Constructor for class org.ical4j.integration.AbstractChannelSubscriber
 
addCalendarAddListener(CalendarAddListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.ADD events.
addCalendarCancelListener(CalendarCancelListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.CANCEL events.
addCalendarCounterListener(CalendarCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.COUNTER events.
addCalendarDeclineCounterListener(CalendarDeclineCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.DECLINE_COUNTER events.
addCalendarPublishListener(CalendarPublishListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.PUBLISH events.
addCalendarRefreshListener(CalendarRefreshListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REFRESH events.
addCalendarReplyListener(CalendarReplyListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REPLY events.
addCalendarRequestListener(CalendarRequestListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Register listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REQUEST events.
addVCardListener(VCardListener) - Method in interface org.ical4j.integration.VCardListenerSupport
Register listener for card events.

C

CalendarAddListener - Interface in org.ical4j.integration.event
Event listener for consumption of ADD distribution method for iCalendar objects.
CalendarCancelListener - Interface in org.ical4j.integration.event
Event listener for consumption of CANCEL distribution method for iCalendar objects.
CalendarCounterListener - Interface in org.ical4j.integration.event
Event listener for consumption of COUNTER distribution method for iCalendar objects.
CalendarDeclineCounterListener - Interface in org.ical4j.integration.event
Event listener for consumption of DECLINECOUNTER distribution method for iCalendar objects.
CalendarListenerSupport - Interface in org.ical4j.integration
Provide support for notifying calendar listeners of events.
CalendarPublishListener - Interface in org.ical4j.integration.event
Event listener for consumption of PUBLISH distribution method for iCalendar objects.
CalendarRefreshListener - Interface in org.ical4j.integration.event
Event listener for consumption of REFRESH distribution method for iCalendar objects.
CalendarReplyListener - Interface in org.ical4j.integration.event
Event listener for consumption of REPLY distribution method for iCalendar objects.
CalendarRequestListener - Interface in org.ical4j.integration.event
Event listener for consumption of REQUEST distribution method for iCalendar objects.
ChannelAdapter<T> - Interface in org.ical4j.integration
Implementors support content adaptation for transport over a supported channel.
ChannelSubscriber<T> - Interface in org.ical4j.integration
 

E

expunge(String) - Method in interface org.ical4j.integration.ChannelAdapter
Remove a processed calendar from the underlying queue.

F

FailedDeliveryException - Exception in org.ical4j.integration
 
FailedDeliveryException(String, Throwable) - Constructor for exception org.ical4j.integration.FailedDeliveryException
 
FailedDeliveryException(Throwable) - Constructor for exception org.ical4j.integration.FailedDeliveryException
 
fireCalendarEvent(Calendar) - Method in interface org.ical4j.integration.CalendarListenerSupport
 
fireVCardEvent(VCard) - Method in interface org.ical4j.integration.VCardListenerSupport
 

G

getCalendarListeners() - Method in interface org.ical4j.integration.CalendarListenerSupport
 
getVCardListeners() - Method in interface org.ical4j.integration.VCardListenerSupport
 

L

ListenerList<T> - Class in org.ical4j.integration
 
ListenerList() - Constructor for class org.ical4j.integration.ListenerList
 
LocalQueueAdapter<T> - Class in org.ical4j.integration.local
 
LocalQueueAdapter(Queue<T>) - Constructor for class org.ical4j.integration.local.LocalQueueAdapter
 

O

onAdd(Calendar) - Method in interface org.ical4j.integration.event.CalendarAddListener
 
onCancel(Calendar) - Method in interface org.ical4j.integration.event.CalendarCancelListener
 
onCounter(Calendar) - Method in interface org.ical4j.integration.event.CalendarCounterListener
 
onDeclineCounter(Calendar) - Method in interface org.ical4j.integration.event.CalendarDeclineCounterListener
 
onPublish(Calendar) - Method in interface org.ical4j.integration.event.CalendarPublishListener
 
onRefresh(Calendar) - Method in interface org.ical4j.integration.event.CalendarRefreshListener
 
onReply(Calendar) - Method in interface org.ical4j.integration.event.CalendarReplyListener
 
onRequest(Calendar) - Method in interface org.ical4j.integration.event.CalendarRequestListener
 
onUpdate(VCard) - Method in interface org.ical4j.integration.event.VCardListener
 
org.ical4j.integration - package org.ical4j.integration
 
org.ical4j.integration.event - package org.ical4j.integration.event
 
org.ical4j.integration.local - package org.ical4j.integration.local
 

P

poll(long) - Method in interface org.ical4j.integration.VCardConsumer
Invoke retrieval of calendar data via supported transport protocol.
publishObject(T) - Method in class org.ical4j.integration.AbstractChannelSubscriber
 

R

receive(Consumer<T>, long) - Method in interface org.ical4j.integration.ChannelAdapter
 
receive(Consumer<T>, long, boolean) - Method in interface org.ical4j.integration.ChannelAdapter
Invoke retrieval of calendar data via supported transport protocol.
receive(Consumer<T>, long, boolean) - Method in class org.ical4j.integration.local.LocalQueueAdapter
 
removeCalendarAddListener(CalendarAddListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.ADD events.
removeCalendarCancelListener(CalendarCancelListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.CANCEL events.
removeCalendarCounterListener(CalendarCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.COUNTER events.
removeCalendarDeclineCounterListener(CalendarDeclineCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.DECLINE_COUNTER events.
removeCalendarPublishListener(CalendarPublishListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.PUBLISH events.
removeCalendarRefreshListener(CalendarRefreshListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REFRESH events.
removeCalendarReplyListener(CalendarReplyListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REPLY events.
removeCalendarRequestListener(CalendarRequestListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
Unregister listener for calendar net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REQUEST events.
removeVCardListener(VCardListener) - Method in interface org.ical4j.integration.VCardListenerSupport
Unregister listener for card events.

S

send(Supplier<T>) - Method in interface org.ical4j.integration.ChannelAdapter
Invoke transfer of data via supported transport protocol.
send(Supplier<T>) - Method in class org.ical4j.integration.local.LocalQueueAdapter
 
subscribe(Consumer<T>) - Method in class org.ical4j.integration.AbstractChannelSubscriber
 
subscribe(Consumer<T>) - Method in interface org.ical4j.integration.ChannelSubscriber
 

U

unsubscribe(Consumer<T>) - Method in class org.ical4j.integration.AbstractChannelSubscriber
 
unsubscribe(Consumer<T>) - Method in interface org.ical4j.integration.ChannelSubscriber
 

V

VCardConsumer - Interface in org.ical4j.integration
 
VCardListener - Interface in org.ical4j.integration.event
Event listener for consumption of vCard object updates.
VCardListenerSupport - Interface in org.ical4j.integration
Provide support for notifying card listeners of events.
A C E F G L O P R S U V 
All Classes All Packages