Uses of Class
org.bedework.synch.shared.Notification
-
Packages that use Notification Package Description org.bedework.synch.shared org.bedework.synch.shared.cnctrs -
-
Uses of Notification in org.bedework.synch.shared
Methods in org.bedework.synch.shared with parameters of type Notification Modifier and Type Method Description voidSynchEngine. handleNotification(Notification note)Method parameters in org.bedework.synch.shared with type arguments of type Notification Modifier and Type Method Description voidSynchEngine. handleNotifications(Connector.NotificationBatch<Notification> notes)Processes a batch of notifications. -
Uses of Notification in org.bedework.synch.shared.cnctrs
Classes in org.bedework.synch.shared.cnctrs with type parameters of type Notification Modifier and Type Class Description classAbstractConnector<T,TI extends AbstractConnectorInstance,TN extends Notification,Tconf extends ConnectorConfigI,InfoT extends BaseSubscriptionInfo>A special connector to handle calls to the synch engine via the web context.interfaceConnector<C extends ConnectorInstance,N extends Notification,Tconf extends ConnectorConfigI>The interface implemented by connectors.static classConnector.NotificationBatch<N extends Notification>Far end may send a batch of notifications.
-