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