Modifier and Type | Class and Description |
---|---|
class |
RemoteEventServiceConfigurationTransferable
An
EventServiceConfigurationTransferable holds the configuration options for
EventService which could be usable by the client side. |
Modifier and Type | Method and Description |
---|---|
ConnectionStrategyClientConnector |
RemoteEventConnector.initListen(EventServiceConfigurationTransferable aConfiguration)
Initializes the listen method implementation with a
ConnectionStrategyClientConnector from the configuration. |
Modifier and Type | Method and Description |
---|---|
void |
RemoteEventConnector.init(AsyncCallback<EventServiceConfigurationTransferable> aCallback)
That method is called to execute the first server call (for initialization).
|
Modifier and Type | Method and Description |
---|---|
EventServiceConfigurationTransferable |
EventService.initEventService()
Initializes the
EventService . |
Modifier and Type | Method and Description |
---|---|
void |
EventServiceAsync.initEventService(AsyncCallback<EventServiceConfigurationTransferable> async)
Initializes the
EventService . |
Copyright © 2012. All Rights Reserved.