Uses of Interface
org.hippoecm.frontend.model.event.IEvent
-
-
Uses of IEvent in org.hippoecm.frontend.model
Subinterfaces of IEvent in org.hippoecm.frontend.model Modifier and Type Interface Description static interface
IModelReference.IModelChangeEvent<T>
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 IEvent Modifier and Type Class Description class
EventCollection<T extends IEvent>
Classes in org.hippoecm.frontend.model.event that implement IEvent Modifier and Type Class Description class
JcrEvent
Method parameters in org.hippoecm.frontend.model.event with type arguments of type IEvent Modifier and Type Method Description void
IObservationContext. notifyObservers(EventCollection<IEvent<T>> events)
Notify observers of events that pertain to an observable.void
IObserver. onEvent(Iterator<? extends IEvent<T>> events)
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 IEvent Modifier and Type Method Description protected 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 IEvent Modifier and Type Class Description class
ObservableTreeModel.ObservableTreeModelEvent
class
ObservableTreeModel.TranslationEvent
Method parameters in org.hippoecm.frontend.model.tree with type arguments of type IEvent Modifier and Type Method Description void
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 Modifier and Type Class Description class
ClusterConfigEvent
class
PluginConfigEvent
-
Uses of IEvent in org.hippoecm.frontend.plugins.standards.tabs
Method parameters in org.hippoecm.frontend.plugins.standards.tabs with type arguments of type IEvent Modifier and Type Method Description void
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 Modifier and Type Class Description class
TypeDescriptorEvent
-