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