public class StopEvent extends TransitionEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped.Controller,
ControllerListener,
Serialized Formsource| Constructor and Description |
|---|
StopEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime) |
| Modifier and Type | Method and Description |
|---|---|
Time |
getMediaTime()
Get the clock time (media time) that was passed into the constructor.
|
String |
toString()
Returns the String representation of this event's values.
|
getCurrentState, getPreviousState, getTargetStategetSource, getSourceControllerpublic StopEvent(Controller from, int previous, int current, int target, Time mediaTime)
from - The Controller that generated this event.mediaTime - The media time at which the Controller stopped.public Time getMediaTime()
Controller stopped.public String toString()
toString in class TransitionEventCopyright © 2012 code4tv.com. All Rights Reserved.