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