|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.vergil.net.smartFaux.SmartFauxEvent
public class SmartFauxEvent
WRITEME: Document this type.
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 |
---|
public static final String onConnection
public static final String onConnectionLost
public static final String onLogin
public static final String onRoomListUpdate
public static final String onJoinRoom
public static final String onRandomKey
public static final String onExtensionResponse
public static final String onJoinRoomError
public static final String onPublicMessage
public static final String onModeratorMessage
public static final String onAdminMessage
public static final String onPrivateMessage
public static final String onUserEnterRoom
public static final String onUserLeaveRoom
private final String name
private final org.json.JSONObject params
Constructor Detail |
---|
public SmartFauxEvent(String newName, org.json.JSONObject newParams)
newName
- WRITEMEnewParams
- WRITEMEMethod Detail |
---|
public static SmartFauxEvent fromVergil(String identifier, Object... details)
identifier
- WRITEMEdetails
- WRITEME
public String getName()
public org.json.JSONObject getParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |