public class StopEvent extends TransitionEvent
currentState, pendingState, previousState
Constructor and Description |
---|
StopEvent(MediaPlayer from,
State previous,
State current,
State target,
ClockTime mediaTime) |
Modifier and Type | Method and Description |
---|---|
ClockTime |
getMediaTime() |
java.lang.String |
toString() |
getCurrentState, getPendingState, getPreviousState, getTargetState
public StopEvent(MediaPlayer from, State previous, State current, State target, ClockTime mediaTime)
public ClockTime getMediaTime()
public java.lang.String toString()
toString
in class TransitionEvent