Package org.hippoecm.frontend.model.event
-
Interface Summary Interface Description IEvent<T extends IObservable> Event generated by anIObservable
.IObservable Interface implemented by observable objects.IObservationContext<T extends IObservable> The context representing the observer registry to the observable.IObserver<T extends IObservable> This interface defines the contract for a service that updates its internal state in response to changes in an observable object (IObservable).IRefreshable This interface defines the contract for a service that can update its internal state. -
Class Summary Class Description EventCollection<T extends IEvent> JcrEvent JcrEventListener JcrFrontendListener ListenerList<T extends EventListener> Observable Implementation ofIObservable
that monitors another observable.ObservablePropertyModel<T> A property model that observes an observable target.ObservableRegistry Observer<T extends IObservable>