org.starhope.vergil.badItalian
Class SFSEvent

java.lang.Object
  extended by org.starhope.vergil.badItalian.SFSEvent

public class SFSEvent
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
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
 
Constructor Summary
SFSEvent()
           
 
Method Summary
 Object 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
Constructor Detail

SFSEvent

public SFSEvent()
Method Detail

getName

public Object 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