ListenerSubscription |
ZBarFilter.addCodeFoundListener(EventListener<CodeFoundEvent> listener)
|
void |
ZBarFilter.addCodeFoundListener(EventListener<CodeFoundEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
BaseRtpEndpoint.addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent> listener)
|
void |
BaseRtpEndpoint.addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
MediaElement.addElementConnectedListener(EventListener<ElementConnectedEvent> listener)
|
void |
MediaElement.addElementConnectedListener(EventListener<ElementConnectedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
MediaElement.addElementDisconnectedListener(EventListener<ElementDisconnectedEvent> listener)
|
void |
MediaElement.addElementDisconnectedListener(EventListener<ElementDisconnectedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
PlayerEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener)
|
ListenerSubscription |
HttpPostEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener)
|
void |
PlayerEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener,
Continuation<ListenerSubscription> cont)
|
void |
HttpPostEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
MediaObject.addErrorListener(EventListener<ErrorEvent> listener)
|
void |
MediaObject.addErrorListener(EventListener<ErrorEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
SessionEndpoint.addMediaSessionStartedListener(EventListener<MediaSessionStartedEvent> listener)
|
void |
SessionEndpoint.addMediaSessionStartedListener(EventListener<MediaSessionStartedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
SessionEndpoint.addMediaSessionTerminatedListener(EventListener<MediaSessionTerminatedEvent> listener)
|
void |
SessionEndpoint.addMediaSessionTerminatedListener(EventListener<MediaSessionTerminatedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
BaseRtpEndpoint.addMediaStateChangedListener(EventListener<MediaStateChangedEvent> listener)
|
void |
BaseRtpEndpoint.addMediaStateChangedListener(EventListener<MediaStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
ServerManager.addObjectCreatedListener(EventListener<ObjectCreatedEvent> listener)
|
void |
ServerManager.addObjectCreatedListener(EventListener<ObjectCreatedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
ServerManager.addObjectDestroyedListener(EventListener<ObjectDestroyedEvent> listener)
|
void |
ServerManager.addObjectDestroyedListener(EventListener<ObjectDestroyedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
WebRtcEndpoint.addOnDataChannelClosedListener(EventListener<OnDataChannelClosedEvent> listener)
|
void |
WebRtcEndpoint.addOnDataChannelClosedListener(EventListener<OnDataChannelClosedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
WebRtcEndpoint.addOnDataChannelOpenedListener(EventListener<OnDataChannelOpenedEvent> listener)
|
void |
WebRtcEndpoint.addOnDataChannelOpenedListener(EventListener<OnDataChannelOpenedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
WebRtcEndpoint.addOnIceCandidateListener(EventListener<OnIceCandidateEvent> listener)
|
void |
WebRtcEndpoint.addOnIceCandidateListener(EventListener<OnIceCandidateEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
WebRtcEndpoint.addOnIceComponentStateChangedListener(EventListener<OnIceComponentStateChangedEvent> listener)
|
void |
WebRtcEndpoint.addOnIceComponentStateChangedListener(EventListener<OnIceComponentStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
|
ListenerSubscription |
WebRtcEndpoint.addOnIceGatheringDoneListener(EventListener<OnIceGatheringDoneEvent> listener)
|
void |
WebRtcEndpoint.addOnIceGatheringDoneListener(EventListener<OnIceGatheringDoneEvent> listener,
Continuation<ListenerSubscription> cont)
|