| Package | Description |
|---|---|
| org.kurento.client.internal.client | |
| org.kurento.client.internal.client.operation |
| Modifier and Type | Method and Description |
|---|---|
ListenerSubscriptionImpl |
RemoteObject.addEventListener(String eventType,
RemoteObjectEventListener listener) |
ListenerSubscriptionImpl |
RemoteObject.addEventListener(String eventType,
RemoteObjectEventListener listener,
Transaction tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteObject.removeEventListener(ListenerSubscriptionImpl listenerSubscription) |
void |
RemoteObject.removeEventListener(ListenerSubscriptionImpl listenerSubscription,
Continuation<Void> cont) |
void |
RemoteObject.removeEventListener(ListenerSubscriptionImpl listenerSubscription,
Transaction tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteObject.addEventListener(String eventType,
RemoteObjectEventListener listener,
Continuation<ListenerSubscriptionImpl> cont) |
| Modifier and Type | Method and Description |
|---|---|
ListenerSubscriptionImpl |
SubscriptionOperation.getListenerSubscription() |
ListenerSubscriptionImpl |
UnsubscriptionOperation.getListenerSubscription() |
| Constructor and Description |
|---|
UnsubscriptionOperation(KurentoObject kurentoObject,
ListenerSubscriptionImpl listenerSubscription) |
Copyright © 2015 Kurento. All rights reserved.