Uses of Class
org.atmosphere.cpr.AtmosphereEventImpl

Packages that use AtmosphereEventImpl
org.atmosphere.cpr   
 

Uses of AtmosphereEventImpl in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereEventImpl
 boolean DefaultBroadcaster.addAtmosphereEvent(AtmosphereEventImpl event)
          Add a AtmosphereEvent to the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
 void DefaultBroadcaster.broadcast(Object msg, AtmosphereEventImpl event)
          Broadcast the Object to all suspended response, e.g.
 boolean DefaultBroadcaster.removeAtmosphereEvent(AtmosphereEventImpl event)
          Remove a AtmosphereEvent from the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
 

Method parameters in org.atmosphere.cpr with type arguments of type AtmosphereEventImpl
 void DefaultBroadcaster.broadcast(Object msg, Set<AtmosphereEventImpl> subset)
          Broadcast the Object to all suspended response, e.g.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.