public interface IObserver<T extends IObservable> extends EventListener, org.apache.wicket.util.io.IClusterable
IPluginContext.registerService(IClusterable, String)
)
with name IObserver.class.getName(). The observer registry will notify the observer
of any events sent by the observable.Modifier and Type | Method and Description |
---|---|
T |
getObservable()
The observable that the observer is interested in.
|
void |
onEvent(Iterator<? extends IEvent<T>> events)
Callback that is invoked when the observable sends events.
|
T getObservable()
IObservable.equals(java.lang.Object)
method, while the observer is
registered.Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.