org.atmosphere.samples.client
Class Event

java.lang.Object
  extended by org.atmosphere.samples.client.Event
All Implemented Interfaces:
Serializable

public class Event
extends Object
implements Serializable

Author:
p.havelaar
See Also:
Serialized Form

Constructor Summary
Event()
           
Event(long code, String data)
           
 
Method Summary
 long getCode()
           
 String getData()
           
 void setCode(long code)
           
 void setData(String data)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event()

Event

public Event(long code,
             String data)
Method Detail

getCode

public long getCode()

setCode

public void setCode(long code)

getData

public String getData()

setData

public void setData(String data)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.