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