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