public interface UnlistenEventListener extends RemoteEventListener
UnlistenEvent
instances. An UnlistenEvent is for example triggered on a timeout
or when a user/client leaves a domain. The UnlistenEventListenerAdapter
provides the apply method (RemoteEventListener.apply(de.novanic.eventservice.client.event.Event))
and a default implementation of UnlistenEventListener.| Modifier and Type | Interface and Description |
|---|---|
static class |
UnlistenEventListener.Scope
Scopes for listening to
UnlistenEvent instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
onUnlisten(UnlistenEvent anUnlistenEvent)
The method onUnlisten is called when an
UnlistenEvent occurs. |
applyvoid onUnlisten(UnlistenEvent anUnlistenEvent)
UnlistenEvent occurs.anUnlistenEvent - triggered UnlistenEventCopyright © 2012. All Rights Reserved.