org.atmosphere.samples.client
Class Event
java.lang.Object
org.atmosphere.samples.client.Event
- All Implemented Interfaces:
- Serializable
public class Event
- extends Object
- implements Serializable
- Author:
- p.havelaar
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event()
Event
public Event(String author,
String data)
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 © 2013. All Rights Reserved.