Uses of Interface
org.atmosphere.cpr.AtmosphereEventLifecycle

Packages that use AtmosphereEventLifecycle
org.atmosphere.cpr   
 

Uses of AtmosphereEventLifecycle in org.atmosphere.cpr
 

Subinterfaces of AtmosphereEventLifecycle in org.atmosphere.cpr
 interface AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
 

Classes in org.atmosphere.cpr that implement AtmosphereEventLifecycle
 class AtmosphereResourceImpl
          AtmosphereResource implementation for supporting AtmosphereRequest and AtmosphereRequest.
 

Methods in org.atmosphere.cpr that return AtmosphereEventLifecycle
 AtmosphereEventLifecycle AtmosphereEventLifecycle.addEventListener(AtmosphereResourceEventListener e)
          Add a AtmosphereResourceEventListener.
 AtmosphereEventLifecycle AtmosphereEventLifecycle.notifyListeners()
          Notify All AtmosphereResourceEventListener.
 AtmosphereEventLifecycle AtmosphereEventLifecycle.notifyListeners(AtmosphereResourceEvent e)
          Notify AtmosphereResourceEventListener.
 AtmosphereEventLifecycle AtmosphereEventLifecycle.removeEventListener(AtmosphereResourceEventListener e)
          Remove aAtmosphereResourceEventListener.
 AtmosphereEventLifecycle AtmosphereEventLifecycle.removeEventListeners()
          Remove all AtmosphereResourceEventListener.
 



Copyright © 2012. All Rights Reserved.