Uses of Interface
org.hippoecm.frontend.model.event.IEvent
Packages that use IEvent
Package
Description
-
Uses of IEvent in org.hippoecm.frontend.model
Subinterfaces of IEvent in org.hippoecm.frontend.modelModifier and TypeInterfaceDescriptionstatic interface
Event that's sent toIObserver
s of the service. -
Uses of IEvent in org.hippoecm.frontend.model.event
Classes in org.hippoecm.frontend.model.event with type parameters of type IEventClasses in org.hippoecm.frontend.model.event that implement IEventMethod parameters in org.hippoecm.frontend.model.event with type arguments of type IEventModifier 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
Method parameters in org.hippoecm.frontend.model.ocm with type arguments of type IEventModifier 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
Classes in org.hippoecm.frontend.model.tree that implement IEventModifier and TypeClassDescriptionclass
class
Method parameters in org.hippoecm.frontend.model.tree with type arguments of type IEventModifier and TypeMethodDescriptionvoid
JcrTreeModel.onEvent
(Iterator<? extends IEvent<ObservableTreeModel>> iter) -
Uses of IEvent in org.hippoecm.frontend.plugin.config
Classes in org.hippoecm.frontend.plugin.config that implement IEvent -
Uses of IEvent in org.hippoecm.frontend.plugins.standards.tabs
Method parameters in org.hippoecm.frontend.plugins.standards.tabs with type arguments of type IEventModifier and TypeMethodDescriptionvoid
TabsPlugin.Tab.onEvent
(Iterator<? extends IEvent<IObservable>> events) -
Uses of IEvent in org.hippoecm.frontend.types
Classes in org.hippoecm.frontend.types that implement IEvent