Atavism Version 2018.1AGIS API

atavism.server.plugins
Class WorldManagerClient.AnimationMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.msgsys.SubjectMessage
          extended by atavism.server.plugins.WorldManagerClient.AnimationMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WorldManagerClient

public static class WorldManagerClient.AnimationMessage
extends SubjectMessage

notification from world server regarding animation. copies the animation list when setting/getting MSG_OID set to the notifyOid

See Also:
Serialized Form

Field Summary
protected  java.util.concurrent.locks.Lock lock
           
 
Fields inherited from class atavism.msgsys.SubjectMessage
oid
 
Constructor Summary
WorldManagerClient.AnimationMessage()
           
WorldManagerClient.AnimationMessage(OID objOid, java.util.List<AnimationCommand> animList)
           
WorldManagerClient.AnimationMessage(OID objOid, OID notifyOid, AnimationCommand anim)
           
 
Method Summary
 java.util.List<AnimationCommand> getAnimationList()
           
 void setAnimationList(java.util.List<AnimationCommand> animList)
           
 
Methods inherited from class atavism.msgsys.SubjectMessage
getSubject, setSubject, toString
 
Methods inherited from class atavism.msgsys.Message
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lock

protected transient java.util.concurrent.locks.Lock lock
Constructor Detail

WorldManagerClient.AnimationMessage

public WorldManagerClient.AnimationMessage()

WorldManagerClient.AnimationMessage

public WorldManagerClient.AnimationMessage(OID objOid,
                                           OID notifyOid,
                                           AnimationCommand anim)

WorldManagerClient.AnimationMessage

public WorldManagerClient.AnimationMessage(OID objOid,
                                           java.util.List<AnimationCommand> animList)
Method Detail

getAnimationList

public java.util.List<AnimationCommand> getAnimationList()

setAnimationList

public void setAnimationList(java.util.List<AnimationCommand> animList)


Copyright © 2018 Dragonsan Studios Sp. z o.o.