Interface OortObject.Listener<T>

Type Parameters:
T - the object type
All Superinterfaces:
EventListener
All Known Implementing Classes:
OortList.DeltaListener, OortMap.DeltaListener
Enclosing class:
OortObject<T>

public static interface OortObject.Listener<T> extends EventListener
Listener for events that update the value of a OortObject.Info, either local or remote. Implementers may detect whether the value has been changed locally or remotely using OortObject.Info.isLocal().