396397398399400401402403404405
* @see #dispatchSpeechEvent */ public void postQueueEmptied(long oldState, long newState) { SpeechEventUtilities.postSpeechEvent( this, new SynthesizerEvent(this, SynthesizerEvent.QUEUE_EMPTIED, false, oldState, newState)); }