|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.communication.messages.Message | +--gecco.communication.messages.ActionMessage
This is the superclass for all messages to be sent when the client calls doAction()
Constructor Summary | |
ActionMessage(long id,
int ph,
String ah)
Constructor for the ActionMessage object |
Method Summary | |
String |
getActionHandle()
Gets the ActionHandle attribute of the ActionMessage object |
int |
getHandle()
Gets the PieceHandle attribute of the ActionMessage object |
long |
getId()
Gets the Id attribute of the ActionMessage object |
Methods inherited from class gecco.communication.messages.Message |
read, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionMessage(long id, int ph, String ah)
id
- Description of Parameterph
- Description of Parameterah
- Description of ParameterMethod Detail |
public long getId()
public int getHandle()
public String getActionHandle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |