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. |
Modifier and Type | Method and Description |
---|---|
void |
OortLong.addListener(OortObject.Listener<Long> listener) |
void |
OortObject.addListener(OortObject.Listener<T> listener) |
void |
OortLong.removeListener(OortObject.Listener<Long> listener) |
void |
OortObject.removeListener(OortObject.Listener<T> listener) |
Copyright © 2008–2024 The CometD Project. All rights reserved.