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(String author, String data)
           
 
Method Summary
 String getAuthor()
           
 String getMessage()
           
 Date getTime()
           
 void setAuthor(String author)
           
 void setMessage(String msg)
           
 void setTime(Date time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()

Event

public Event(String author,
             String data)
Method Detail

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getTime

public Date getTime()

setTime

public void setTime(Date time)

getMessage

public String getMessage()

setMessage

public void setMessage(String msg)


Copyright © 2012. All Rights Reserved.