org.starhope.vergil.net.smartFaux
Class SmartFauxEvent

java.lang.Object
  extended by org.starhope.vergil.net.smartFaux.SmartFauxEvent

public class SmartFauxEvent
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  String name
          WRITEME: Document this brpocock@star-hope.org
static String onAdminMessage
          WRITEME: Document this brpocock@star-hope.org
static String onConnection
          WRITEME: Document this brpocock@star-hope.org
static String onConnectionLost
          WRITEME: Document this brpocock@star-hope.org
static String onExtensionResponse
          WRITEME: Document this brpocock@star-hope.org
static String onJoinRoom
          WRITEME: Document this brpocock@star-hope.org
static String onJoinRoomError
          WRITEME: Document this brpocock@star-hope.org
static String onLogin
          WRITEME: Document this brpocock@star-hope.org
static String onModeratorMessage
          WRITEME: Document this brpocock@star-hope.org
static String onPrivateMessage
          WRITEME: Document this brpocock@star-hope.org
static String onPublicMessage
          WRITEME: Document this brpocock@star-hope.org
static String onRandomKey
          WRITEME: Document this brpocock@star-hope.org
static String onRoomListUpdate
          WRITEME: Document this brpocock@star-hope.org
static String onUserEnterRoom
          WRITEME: Document this brpocock@star-hope.org
static String onUserLeaveRoom
          WRITEME: Document this brpocock@star-hope.org
private  org.json.JSONObject params
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
SmartFauxEvent(String newName, org.json.JSONObject newParams)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
static SmartFauxEvent fromVergil(String identifier, Object... details)
          WRITEME: Document this method brpocock@star-hope.org
 String getName()
          WRITEME: Document this method brpocock@star-hope.org
 org.json.JSONObject getParams()
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onConnection

public static final String onConnection
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onConnectionLost

public static final String onConnectionLost
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onLogin

public static final String onLogin
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onRoomListUpdate

public static final String onRoomListUpdate
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onJoinRoom

public static final String onJoinRoom
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onRandomKey

public static final String onRandomKey
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onExtensionResponse

public static final String onExtensionResponse
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onJoinRoomError

public static final String onJoinRoomError
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onPublicMessage

public static final String onPublicMessage
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onModeratorMessage

public static final String onModeratorMessage
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onAdminMessage

public static final String onAdminMessage
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onPrivateMessage

public static final String onPrivateMessage
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onUserEnterRoom

public static final String onUserEnterRoom
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

onUserLeaveRoom

public static final String onUserLeaveRoom
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values

name

private final String name
WRITEME: Document this brpocock@star-hope.org


params

private final org.json.JSONObject params
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

SmartFauxEvent

public SmartFauxEvent(String newName,
                      org.json.JSONObject newParams)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
newName - WRITEME
newParams - WRITEME
Method Detail

fromVergil

public static SmartFauxEvent fromVergil(String identifier,
                                        Object... details)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
identifier - WRITEME
details - WRITEME
Returns:
WRITEME

getName

public String getName()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getParams

public org.json.JSONObject getParams()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME