Package | Description |
---|---|
de.novanic.eventservice.client.event.command |
Modifier and Type | Class and Description |
---|---|
class |
ActivationCommand
Activates the listen cycle for event listening and registers the client/user for a domain (server side).
|
class |
DeactivationCommand
Deactivates the event listening of the client completely or for a specified domain/context.
|
class |
DeregistrationEventFilterCommand
Deregisters
EventFilter instances of a domain. |
class |
EventExecutionCommand
The
EventExecutionCommand sends an event to a domain or to the
sending / calling user (user-specific event, when the DomainFactory.USER_SPECIFIC_DOMAIN is used). |
class |
InitEventServiceCommand
Initializes the server/service connection.
|
class |
RegistrationEventFilterCommand
Registers an
EventFilter for a domain. |
class |
RegistrationUnlistenEventCommand
Registers an
UnlistenEvent which will be transferred to
other clients/users when that user/client gets a timeout or deregisters a RemoteEventListener . |
Copyright © 2012. All Rights Reserved.