Modifier and Type | Interface and Description |
---|---|
static interface |
IModelReference.IModelChangeEvent<T>
Event that's sent to
IObserver s of the service. |
Modifier and Type | Class and Description |
---|---|
class |
EventCollection<T extends IEvent> |
Modifier and Type | Class and Description |
---|---|
class |
JcrEvent |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JcrObject.processEvents(IObservationContext context,
Iterator<? extends IEvent> events)
Process the JCR events.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableTreeModel.ObservableTreeModelEvent |
class |
ObservableTreeModel.TranslationEvent |
Modifier and Type | Method and Description |
---|---|
void |
JcrTreeModel.onEvent(Iterator<? extends IEvent<ObservableTreeModel>> iter) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterConfigEvent |
class |
PluginConfigEvent |
Modifier and Type | Method and Description |
---|---|
void |
TabsPlugin.Tab.onEvent(Iterator<? extends IEvent<IObservable>> events) |
Modifier and Type | Class and Description |
---|---|
class |
TypeDescriptorEvent |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.