| Package | Description |
|---|---|
| org.cometd.oort |
| Modifier and Type | Class and Description |
|---|---|
static class |
OortList.DeltaListener<E>
An implementation of
Listener that converts whole list events into OortList.ElementListener events. |
static class |
OortMap.DeltaListener<K,V>
An implementation of
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 and 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–2019 The CometD Project. All rights reserved.