Package | Description |
---|---|
de.novanic.eventservice.client.event | |
de.novanic.eventservice.client.event.command | |
de.novanic.eventservice.client.event.command.schedule |
Modifier and Type | Method and Description |
---|---|
protected <R> void |
RemoteEventServiceAccessor.schedule(ClientCommand<R> aClientCommand)
Starts the init command and schedules all other commands till the init command is finished.
|
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 . |
class |
ServerCallCommand<R>
Command which is used at the client side to execute and handle server calls.
|
Modifier and Type | Method and Description |
---|---|
void |
GWTCommandScheduler.schedule(ClientCommand<?> aCommand)
Creates a new thread for the execution of the
ClientCommand . |
void |
ClientCommandScheduler.schedule(ClientCommand<?> aCommand)
Creates a new thread for the execution of the
ClientCommand . |
void |
GWTCommandScheduler.schedule(ClientCommand<?> aCommand,
int aDelay)
Creates a new thread for the execution of the
ClientCommand . |
void |
ClientCommandScheduler.schedule(ClientCommand<?> aCommand,
int aDelay)
Creates a new thread for the execution of the
ClientCommand . |
Constructor and Description |
---|
GWTCommandScheduler.GWTCommandTimer(ClientCommand<?> aClientCommand) |
Copyright © 2012. All Rights Reserved.