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.
|
getCurrentState, getPreviousState, getTargetState
getSource, getSourceController
toString
public 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.Copyright © 2012 CableLabs. All Rights Reserved.