Uses of Class
org.hippoecm.frontend.model.event.EventCollection
-
Packages that use EventCollection Package Description org.hippoecm.frontend.model org.hippoecm.frontend.model.event -
-
Uses of EventCollection in org.hippoecm.frontend.model
Methods in org.hippoecm.frontend.model with parameters of type EventCollection Modifier and Type Method Description void
ObservableModel. notifyObservers(EventCollection events)
-
Uses of EventCollection in org.hippoecm.frontend.model.event
Methods in org.hippoecm.frontend.model.event with parameters of type EventCollection Modifier and Type Method Description void
IObservationContext. notifyObservers(EventCollection<IEvent<T>> events)
Notify observers of events that pertain to an observable.
-