Uses of Interface
org.atmosphere.gwt.client.AtmosphereListener

Packages that use AtmosphereListener
org.atmosphere.gwt.client   
org.atmosphere.gwt.client.impl   
 

Uses of AtmosphereListener in org.atmosphere.gwt.client
 

Methods in org.atmosphere.gwt.client that return AtmosphereListener
 AtmosphereListener AtmosphereClient.getListener()
           
 

Constructors in org.atmosphere.gwt.client with parameters of type AtmosphereListener
AtmosphereClient(String url, AtmosphereGWTSerializer serializer, AtmosphereListener listener)
           
AtmosphereClient(String url, AtmosphereGWTSerializer serializer, AtmosphereListener listener, boolean webSocketsEnabled)
           
AtmosphereClient(String url, AtmosphereListener listener)
           
 

Uses of AtmosphereListener in org.atmosphere.gwt.client.impl
 

Fields in org.atmosphere.gwt.client.impl declared as AtmosphereListener
protected  AtmosphereListener BaseCometTransport.listener
           
 

Methods in org.atmosphere.gwt.client.impl with parameters of type AtmosphereListener
 void OperaEventSourceCometTransport.initiate(AtmosphereClient client, AtmosphereListener listener)
           
 void IFrameCometTransport.initiate(AtmosphereClient client, AtmosphereListener listener)
           
 void IECometTransport.initiate(AtmosphereClient client, AtmosphereListener listener)
           
 void CometTransport.initiate(AtmosphereClient client, AtmosphereListener listener)
           
 void BaseCometTransport.initiate(AtmosphereClient client, AtmosphereListener listener)
           
 



Copyright © 2012. All Rights Reserved.