org.mechio.impl.animation.messaging
Class PortableAnimationSignal
java.lang.Object
org.mechio.impl.animation.messaging.PortableAnimationSignal
- All Implemented Interfaces:
- AnimationSignal
public class PortableAnimationSignal
- extends java.lang.Object
- implements AnimationSignal
- Author:
- Amy Jessica Book
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableAnimationSignal
public PortableAnimationSignal(AnimationSignallingRecord signalRec)
PortableAnimationSignal
public PortableAnimationSignal(AnimationSignal signal)
PortableAnimationSignal
public PortableAnimationSignal(java.lang.String sourceId,
long timestampMillisecUTC,
java.lang.String eventType,
java.lang.String animationName,
java.lang.String animationVersion,
int animationHash,
long animationLength,
java.util.List<java.lang.String> animationProperties)
getSourceId
public java.lang.String getSourceId()
- Specified by:
getSourceId in interface AnimationSignal
getTimestampMillisecUTC
public java.lang.Long getTimestampMillisecUTC()
- Specified by:
getTimestampMillisecUTC in interface AnimationSignal
getEventType
public java.lang.String getEventType()
- Specified by:
getEventType in interface AnimationSignal
getAnimationName
public java.lang.String getAnimationName()
- Specified by:
getAnimationName in interface AnimationSignal
getAnimationVersion
public java.lang.String getAnimationVersion()
- Specified by:
getAnimationVersion in interface AnimationSignal
getAnimationHash
public java.lang.Integer getAnimationHash()
- Specified by:
getAnimationHash in interface AnimationSignal
getAnimationLength
public java.lang.Long getAnimationLength()
- Specified by:
getAnimationLength in interface AnimationSignal
getAnimationProperties
public java.util.List<java.lang.String> getAnimationProperties()
- Specified by:
getAnimationProperties in interface AnimationSignal
getRecord
public AnimationSignallingRecord getRecord()
Copyright © 2011-2014. All Rights Reserved.