* Post a TransitionEvent to the Media Event Queue.
* Automatically fill in the Previous State, Current State,
* and Target State properties of the TransitionEvent.
*/
protected void postTransitionEvent() {
postEvent( new TransitionEvent(
this, previousState, currentState, targetState) );
}