* Automatically fill in the Previous State, Current State,
* Target State, Media Time, and Time-base Time properties of
* the StartEvent.
*/
protected void postStartEvent() {
postEvent( new StartEvent(
this, previousState, currentState, targetState,
getMediaStartTime(), getTimeBaseStartTime()) );
}