Uses of Class
org.atmosphere.gwt.client.impl.AtmosphereProxyEvent.EventType

Packages that use AtmosphereProxyEvent.EventType
org.atmosphere.gwt.client.impl   
 

Uses of AtmosphereProxyEvent.EventType in org.atmosphere.gwt.client.impl
 

Methods in org.atmosphere.gwt.client.impl that return AtmosphereProxyEvent.EventType
 AtmosphereProxyEvent.EventType AtmosphereProxyEvent.getEventType()
           
static AtmosphereProxyEvent.EventType AtmosphereProxyEvent.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AtmosphereProxyEvent.EventType[] AtmosphereProxyEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.atmosphere.gwt.client.impl with parameters of type AtmosphereProxyEvent.EventType
 AtmosphereProxyEvent AtmosphereProxyEvent.setEventType(AtmosphereProxyEvent.EventType eventType)
           
 

Constructors in org.atmosphere.gwt.client.impl with parameters of type AtmosphereProxyEvent.EventType
AtmosphereProxyEvent(AtmosphereProxyEvent.EventType type)
           
 



Copyright © 2012. All Rights Reserved.