Uses of Interface
org.hippoecm.frontend.model.event.IEvent
Package
Description
-
Uses of IEvent in org.hippoecm.frontend.model
Modifier and TypeInterfaceDescriptionstatic interface
Event that's sent toIObserver
s of the service. -
Uses of IEvent in org.hippoecm.frontend.model.event
Modifier and TypeMethodDescriptionvoid
IObservationContext.notifyObservers
(EventCollection<IEvent<T>> events) Notify observers of events that pertain to an observable.void
Callback that is invoked when the observable sends events. -
Uses of IEvent in org.hippoecm.frontend.model.ocm
Modifier and TypeMethodDescriptionprotected abstract void
JcrObject.processEvents
(IObservationContext context, Iterator<? extends IEvent> events) Process the JCR events. -
Uses of IEvent in org.hippoecm.frontend.model.tree
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionvoid
JcrTreeModel.onEvent
(Iterator<? extends IEvent<ObservableTreeModel>> iter) -
Uses of IEvent in org.hippoecm.frontend.plugin.config
-
Uses of IEvent in org.hippoecm.frontend.plugins.standards.tabs
Modifier and TypeMethodDescriptionvoid
TabsPlugin.Tab.onEvent
(Iterator<? extends IEvent<IObservable>> events) -
Uses of IEvent in org.hippoecm.frontend.types