public static class WorldManagerClient.AnimationMessage extends SubjectMessage
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.locks.Lock |
lock |
oid
Constructor and Description |
---|
AnimationMessage() |
AnimationMessage(OID objOid,
java.util.List<AnimationCommand> animList) |
AnimationMessage(OID objOid,
OID notifyOid,
AnimationCommand anim) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AnimationCommand> |
getAnimationList() |
void |
setAnimationList(java.util.List<AnimationCommand> animList) |
getSubject, setSubject, toString
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, ToString
public AnimationMessage()
public AnimationMessage(OID objOid, OID notifyOid, AnimationCommand anim)
public AnimationMessage(OID objOid, java.util.List<AnimationCommand> animList)
public java.util.List<AnimationCommand> getAnimationList()
public void setAnimationList(java.util.List<AnimationCommand> animList)