public class MediaTimePositionChangedEvent extends RestartingEvent
source| Constructor and Description |
|---|
MediaTimePositionChangedEvent(Controller source)
Construct an event.
|
MediaTimePositionChangedEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
Construct an event.
|
getMediaTime, toStringgetCurrentState, getPreviousState, getTargetStategetSource, getSourceControllerpublic MediaTimePositionChangedEvent(Controller source)
source - the controller whose media position was changedpublic MediaTimePositionChangedEvent(Controller from, int previous, int current, int target, Time mediaTime)
from - the controller whose media position was changedprevious - the state the controller was in before this eventcurrent - the state the controller was in at the time the event was generatedtarget - the state that the controller is heading tomediaTime - the media time after the changeCopyright © 2012 code4tv.com. All Rights Reserved.