public class TransitionEvent extends MediaEvent
Modifier and Type | Field and Description |
---|---|
State |
currentState |
State |
pendingState |
State |
previousState |
Constructor and Description |
---|
TransitionEvent(MediaPlayer player,
State previousState,
State currentState,
State pendingState) |
Modifier and Type | Method and Description |
---|---|
State |
getCurrentState() |
State |
getPendingState() |
State |
getPreviousState() |
State |
getTargetState() |
java.lang.String |
toString() |