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