* Post a RealizeCompleteEvent to the Media Event Queue.
* Automatically fill in the Previous State, Current State,
* and Target State properties of the RealizeCompleteEvent.
*/
protected void postRealizeCompleteEvent() {
postEvent( new RealizeCompleteEvent(
this, previousState, currentState, targetState) );
}