|
|||||||||||
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 | +--gecco.communication.messages.ActionOnUnitMessage
this message is added to the send queue in the client part of the communication, when the client calls doAction, and the provided Action type is Action.PIECE
Constructor Summary | |
ActionOnUnitMessage(long id,
int exe_piece,
String actionhandle,
int targetpiece)
Constructor for the ActionOnUnitMessage object |
Method Summary | |
int |
getTargetHandle()
Gets the TargetPieceHandle attribute of the ActionOnUnitMessage object |
static Message |
read(DataInput in)
This factory method reads a message of this type without an initial ID from the input stream, and returns a Message object. |
void |
write(DataOutput out)
This method writes the message to the given DataOutput . |
Methods inherited from class gecco.communication.messages.ActionMessage |
getActionHandle, getHandle, getId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionOnUnitMessage(long id, int exe_piece, String actionhandle, int targetpiece)
id
- Description of Parameterexe_piece
- Description of Parameteractionhandle
- Description of Parametertargetpiece
- Description of ParameterMethod Detail |
public int getTargetHandle()
public void write(DataOutput out) throws IOException
DataOutput
.
write
in class Message
out
- The output stream.
IOException
- In case something goes wrong.public static Message read(DataInput in) throws IOException
Message
object.
in
- The input stream.
Message
.
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |