org.atmosphere.samples.chat
Class ChatAtmosphereHandler.Data
java.lang.Object
org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
- Enclosing class:
- ChatAtmosphereHandler
public static final class ChatAtmosphereHandler.Data
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChatAtmosphereHandler.Data
public ChatAtmosphereHandler.Data()
ChatAtmosphereHandler.Data
public ChatAtmosphereHandler.Data(String author,
String message)
getMessage
public String getMessage()
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
setMessage
public void setMessage(String message)
getTime
public long getTime()
setTime
public void setTime(long time)
Copyright © 2012. All Rights Reserved.