Modifier and Type | Method and Description |
---|---|
void |
RemoteEventConnector.registerUnlistenEvent(UnlistenEventListener.Scope anUnlistenScope,
UnlistenEvent anUnlistenEvent,
AsyncCallback<Void> aCallback)
Registers an
UnlistenEvent to the server side which
will be triggered when a timeout or unlisten/deactivation for a domain occurs. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUnlistenEvent
An UnlistenEvent will be triggered when a timeout or a domain specific unlisten/deregistration occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
UnlistenEventListenerAdapter.onUnlisten(UnlistenEvent anUnlistenEvent)
The method onUnlisten is called when an
UnlistenEvent occurs. |
void |
UnlistenEventListener.onUnlisten(UnlistenEvent anUnlistenEvent)
The method onUnlisten is called when an
UnlistenEvent occurs. |
Modifier and Type | Method and Description |
---|---|
void |
EventService.registerUnlistenEvent(UnlistenEventListener.Scope anUnlistenScope,
UnlistenEvent anUnlistenEvent)
Registers an
UnlistenEvent which is triggered on a
timeout or when a user/client leaves a Domain . |
void |
EventServiceAsync.registerUnlistenEvent(UnlistenEventListener.Scope anUnlistenScope,
UnlistenEvent anUnlistenEvent,
AsyncCallback<Void> async)
Registers an
UnlistenEvent which is triggered on a
timeout or when a user/client leaves a Domain . |
Copyright © 2012. All Rights Reserved.