|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapp2.client.GASPClient
A game client logic running with the MGP must implement this class, MGPClient.
Constructor Summary | |
GASPClient()
|
Method Summary | |
abstract void |
initCustomTypes()
|
abstract void |
onDataEvent(int actorSessionID,
java.util.Hashtable datas)
Method called when a DataEvent is received from the platform. |
abstract void |
onEndEvent(int actorSessionID)
Method called when a EndEvent is received from the platform. |
abstract void |
onJoinEvent(int actorSessionID,
java.lang.String username)
Method called when a JoinEvent is received from the platform. |
abstract void |
onQuitEvent(int actorSessionID)
Method called when a QuitEvent is received from the platform. |
abstract void |
onStartEvent(int actorSessionID)
Method called when a StartEvent is received from the platform. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GASPClient()
Method Detail |
public abstract void initCustomTypes()
public abstract void onJoinEvent(int actorSessionID, java.lang.String username)
actorSessionID
- username
- public abstract void onStartEvent(int actorSessionID)
actorSessionID
- public abstract void onEndEvent(int actorSessionID)
actorSessionID
- public abstract void onQuitEvent(int actorSessionID)
actorSessionID
- public abstract void onDataEvent(int actorSessionID, java.util.Hashtable datas)
actorSessionID
- datas
- the hashtable of datas
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |