public class GWTStreamingClientConnectorGecko extends GWTStreamingClientConnector
ConnectionStrategyClientConnector
listens for occurred events (Event
)
of the server side and has the task to encode / process the transferred events at the client side.
The GWTStreamingClientConnectorGecko
is a
Gecko / FF specific implementation of GWTStreamingClientConnector
which
contains a special implementation to avoid loading messages / animations while streaming.CYCLE_TAG
Constructor and Description |
---|
GWTStreamingClientConnectorGecko() |
Modifier and Type | Method and Description |
---|---|
void |
receiveEvent(String anEvent)
That method can be used by a concrete implementation to sent received events.
|
deactivate, deserializeEvent, init, listen
isInitialized, listen
public GWTStreamingClientConnectorGecko()
public void receiveEvent(String anEvent)
EventNotification
about the occurred
event, itself. The callback is notified about events when the cycle (DefaultStreamingClientConnector.CYCLE_TAG
)
is triggered.
That implementation creates a dummy frame to avoid loading messages / animation while streaming.receiveEvent
in class DefaultStreamingClientConnector
anEvent
- event or cycle tag (DefaultStreamingClientConnector.CYCLE_TAG
)Copyright © 2012. All Rights Reserved.