public class PortableAnimationEvent extends Object implements AnimationEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
PortableAnimationEvent.Factory |
static class |
PortableAnimationEvent.MessageRecordAdapter |
static class |
PortableAnimationEvent.RecordMessageAdapter |
AnimationEvent.AnimationEventFactory| Constructor and Description |
|---|
PortableAnimationEvent(AnimationEvent event) |
PortableAnimationEvent(AnimationEventRecord eventRec) |
PortableAnimationEvent(String sourceId,
String destinationId,
long currentTime,
Animation anim) |
| Modifier and Type | Method and Description |
|---|---|
Animation |
getAnimation() |
Long |
getCurrentTimeMillisec() |
String |
getDestinationId() |
AnimationEventRecord |
getRecord() |
String |
getSourceId() |
public PortableAnimationEvent(AnimationEventRecord eventRec)
public PortableAnimationEvent(AnimationEvent event)
public String getSourceId()
getSourceId in interface AnimationEventpublic String getDestinationId()
getDestinationId in interface AnimationEventpublic Long getCurrentTimeMillisec()
getCurrentTimeMillisec in interface AnimationEventpublic Animation getAnimation()
getAnimation in interface AnimationEventpublic AnimationEventRecord getRecord()
Copyright © 2011-2016. All Rights Reserved.