|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spellcast.game.IPCRequest
public class IPCRequest
An incoming IPC message. This class contains the GameEvent sent by a client as well as the IPCHandle and Id needed to differentiate the messages from clients.
Constructor Summary | |
---|---|
IPCRequest(IPCHandle handle,
Id id,
GameEvent event)
|
Method Summary | |
---|---|
GameEvent |
getGameEvent()
Get the value of event. |
IPCHandle |
getHandle()
Get the value of handle. |
Id |
getId()
Get the value of id. |
void |
setGameEvent(GameEvent v)
Set the value of event. |
void |
setHandle(IPCHandle v)
Set the value of handle. |
void |
setID(Id v)
Set the value of id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPCRequest(IPCHandle handle, Id id, GameEvent event)
Method Detail |
---|
public IPCHandle getHandle()
public void setHandle(IPCHandle v)
v
- Value to assign to handle.public Id getId()
public void setID(Id v)
v
- Value to assign to id.public GameEvent getGameEvent()
public void setGameEvent(GameEvent v)
v
- Value to assign to event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |