org.atmosphere.samples.chat
Class ChatJSONObject

java.lang.Object
  extended by org.atmosphere.samples.chat.ChatJSONObject

public class ChatJSONObject
extends Object

Author:
Sebastien Dionne : sebastien.dionne@gmail.com

Field Summary
static String ANNONCEMENT
           
 Collection args
           
static String LOGIN
           
static String MESSAGE
           
 String name
           
static String USERCONNECTEDLIST
           
 
Constructor Summary
ChatJSONObject()
           
 
Method Summary
 Collection getArgs()
           
 String getName()
           
 void setArgs(Collection args)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOGIN

public static final String LOGIN
See Also:
Constant Field Values

USERCONNECTEDLIST

public static final String USERCONNECTEDLIST
See Also:
Constant Field Values

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values

ANNONCEMENT

public static final String ANNONCEMENT
See Also:
Constant Field Values

name

public String name

args

public Collection args
Constructor Detail

ChatJSONObject

public ChatJSONObject()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getArgs

public Collection getArgs()

setArgs

public void setArgs(Collection args)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.