* Automatically fill in the Previous State, Current State,
* Target State, and Media Time properties of the
* StopEvent.
*/
protected void postStopEvent() {
postEvent( new StopEvent(
this, previousState, currentState, targetState, getMediaTime()) );
}