org.atmosphere.gwt.client.impl
Class AtmosphereProxyEvent

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

public class AtmosphereProxyEvent
extends Object

Author:
p.havelaar

Nested Class Summary
static class AtmosphereProxyEvent.EventType
           
 
Constructor Summary
AtmosphereProxyEvent()
           
AtmosphereProxyEvent(AtmosphereProxyEvent.EventType type)
           
 
Method Summary
 Serializable getData()
           
 AtmosphereProxyEvent.EventType getEventType()
           
 AtmosphereProxyEvent setData(Serializable 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()

AtmosphereProxyEvent

public AtmosphereProxyEvent(AtmosphereProxyEvent.EventType type)
Method Detail

setEventType

public AtmosphereProxyEvent setEventType(AtmosphereProxyEvent.EventType eventType)

getEventType

public AtmosphereProxyEvent.EventType getEventType()

getData

public Serializable getData()

setData

public AtmosphereProxyEvent setData(Serializable data)


Copyright © 2012. All Rights Reserved.