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 | Method and Description |
---|---|
static UnlistenEventListener.Scope |
UnlistenEventListener.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnlistenEventListener.Scope[] |
UnlistenEventListener.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.