org.atmosphere.gwt.client.extra
Class AtmosphereProxyEvent

java.lang.Object
  extended by org.atmosphere.gwt.client.extra.AtmosphereProxyEvent

public class AtmosphereProxyEvent
extends Object

Author:
p.havelaar

Nested Class Summary
static class AtmosphereProxyEvent.EventType
           
 
Constructor Summary
AtmosphereProxyEvent()
           
 
Method Summary
 Object getData()
           
 AtmosphereProxyEvent.EventType getEventType()
           
 AtmosphereProxyEvent setData(Object data)
           
 AtmosphereProxyEvent setEventType(AtmosphereProxyEvent.EventType eventType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereProxyEvent

public AtmosphereProxyEvent()
Method Detail

setEventType

public AtmosphereProxyEvent setEventType(AtmosphereProxyEvent.EventType eventType)

getEventType

public AtmosphereProxyEvent.EventType getEventType()

getData

public Object getData()

setData

public AtmosphereProxyEvent setData(Object data)


Copyright © 2013. All Rights Reserved.