Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Class | Description |
---|---|---|
static class |
OortList.DeltaListener<E> |
An implementation of
OortObject.Listener that converts whole list events into OortList.ElementListener events. |
static class |
OortMap.DeltaListener<K,V> |
An implementation of
OortObject.Listener that converts whole map events into OortMap.EntryListener events. |
static class |
OortObject.Listener.Adapter<T> |
An empty implementation of
OortObject.Listener . |
Modifier and Type | Method | Description |
---|---|---|
void |
OortLong.addListener(OortObject.Listener<java.lang.Long> listener) |
|
void |
OortObject.addListener(OortObject.Listener<T> listener) |
|
void |
OortLong.removeListener(OortObject.Listener<java.lang.Long> listener) |
|
void |
OortObject.removeListener(OortObject.Listener<T> listener) |
Copyright © 2008–2017 The CometD Project. All rights reserved.