public static class BaseBehavior.GotoCommandMessage extends Behavior.CommandMessage
oid
Constructor and Description |
---|
GotoCommandMessage() |
GotoCommandMessage(ObjectStub obj,
Point dest,
float speed) |
Modifier and Type | Method and Description |
---|---|
Point |
getDestination() |
float |
getSpeed() |
void |
setDestination(Point dest) |
void |
setSpeed(float speed) |
getCmd, setCmd
getSubject, setSubject, toString
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, ToString
public GotoCommandMessage()
public GotoCommandMessage(ObjectStub obj, Point dest, float speed)