Interface AtmosphereResourceEvent

All Known Implementing Classes:
AtmosphereResourceEventImpl, HeartbeatAtmosphereResourceEvent

public interface AtmosphereResourceEvent
An AtmosphereResourceEvent is created every time an event occurs, like when a Broadcaster.broadcast(java.lang.Object) is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed. When such events occur, an instance of that class will be created and its associated AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent) will be invoked.
Author:
Jeanfrancois Arcand