Uses of Class
org.atmosphere.cpr.AtmosphereResourceEventImpl

Packages that use AtmosphereResourceEventImpl
org.atmosphere   
org.atmosphere.cpr   
 

Uses of AtmosphereResourceEventImpl in org.atmosphere
 

Subclasses of AtmosphereResourceEventImpl in org.atmosphere
 class HeartbeatAtmosphereResourceEvent
           Specifies to the observable that AtmosphereResourceHeartbeatEventListener.onHeartbeat(org.atmosphere.cpr.AtmosphereResourceEvent) should be invoked when it fires event to observers.
 

Uses of AtmosphereResourceEventImpl in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return AtmosphereResourceEventImpl
 AtmosphereResourceEventImpl AtmosphereResourceImpl.getAtmosphereResourceEvent()
           
 AtmosphereResourceEventImpl AtmosphereResourceEventImpl.isClosedByClient(boolean isClosedByClient)
           
 AtmosphereResourceEventImpl AtmosphereResourceEventImpl.setCancelled(boolean isCancelled)
           
 AtmosphereResourceEventImpl AtmosphereResourceEventImpl.setCloseByApplication(boolean b)
           
protected  AtmosphereResourceEventImpl AtmosphereResourceEventImpl.setIsResumedOnTimeout(boolean isResumedOnTimeout)
           
 AtmosphereResourceEventImpl AtmosphereResourceEventImpl.setMessage(Object message)
           
 



Copyright © 2014. All Rights Reserved.