Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class javax.speech.synthesis.SynthesizerAdapter

java.lang.Object
  |
  +--javax.speech.EngineAdapter
        |
        +--javax.speech.synthesis.SynthesizerAdapter

public class SynthesizerAdapter
extends EngineAdapter
implements SynthesizerListener
Adapter that receives events associated with a Synthesizer. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.


Method Summary
void queueEmptied(SynthesizerEvent e)
          The synthesizer text output queue has emptied.
void queueUpdated(SynthesizerEvent e)
          The speaking queue has changed.
 
Methods inherited from class javax.speech.EngineAdapter
engineAllocated, engineAllocatingResources, engineDeallocated, engineDeallocatingResources, engineError, enginePaused, engineResumed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

queueEmptied

public void queueEmptied(SynthesizerEvent e)
The synthesizer text output queue has emptied.

Specified by:
queueEmptied in interface SynthesizerListener
See Also:
QUEUE_EMPTIED

queueUpdated

public void queueUpdated(SynthesizerEvent e)
The speaking queue has changed.

Specified by:
queueUpdated in interface SynthesizerListener
See Also:
QUEUE_UPDATED

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

JavaTM Speech API
Copyright 1997-1998 Sun Microsystems, Inc. All rights reserved
Send comments to javaspeech-comments@sun.com