public abstract class RemoteEventServiceAccessor extends Object
RemoteEventConnector
.Modifier and Type | Class and Description |
---|---|
protected static class |
RemoteEventServiceAccessor.VoidAsyncCallback
Empty callback
|
Modifier | Constructor and Description |
---|---|
protected |
RemoteEventServiceAccessor(RemoteEventConnector aRemoteEventConnector)
Constructor of the AbstractRemoteEventService to manage the
RemoteEventConnector . |
Modifier and Type | Method and Description |
---|---|
protected RemoteEventConnector |
getRemoteEventConnector()
Returns the managed
RemoteEventConnector . |
protected boolean |
isListenActive()
Checks if the RemoteEventService is active (listening).
|
protected void |
reset() |
protected <R> void |
schedule(ClientCommand<R> aClientCommand)
Starts the init command and schedules all other commands till the init command is finished.
|
protected RemoteEventServiceAccessor(RemoteEventConnector aRemoteEventConnector)
RemoteEventConnector
.aRemoteEventConnector
- RemoteEventConnector
for the connection
between client side and server sideprotected boolean isListenActive()
protected <R> void schedule(ClientCommand<R> aClientCommand)
R
- Return type of the command callbackaClientCommand
- command to scheduleprotected RemoteEventConnector getRemoteEventConnector()
RemoteEventConnector
.RemoteEventConnector
protected void reset()
Copyright © 2012. All Rights Reserved.