Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech::Synthesis
interface SynthesizerListener
Files: GNOME_Speech.idl
GNOME-Speech-Synthesis-SynthesizerListener-inheritance GNOME-Speech-EngineListener.html GNOME-Speech-EventListener.html Bonobo-Listener.html Bonobo-Unknown.html
Operations Summary:
 voidqueueEmptied(in SynthesizerEvent e)
 voidqueueUpdated(in SynthesizerEvent e)

Operations Inherited from EngineListener
engineAllocated, engineAllocatingResources, engineDeallocated, engineDeallocatingResources, engineError, enginePaused, engineResumed

Operations Inherited from Bonobo::Listener
event, unImplemented, unImplemented2

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void queueEmptied(in SynthesizerEvent e)

An QUEUE_EMPTIED event has occurred indicating that the text output queue of the Synthesizer has emptied. The Synthesizer is in the QUEUE_EMPTY state.

Parameters:
e - the synthesizer event.
See Also:
SynthesizerEvent#QUEUE_EMPTIED
Synthesizer#QUEUE_EMPTY


 void queueUpdated(in SynthesizerEvent e)

An QUEUE_UPDATED event has occurred indicating that the speaking queue has changed. The Synthesizer is in the QUEUE_NOT_EMPTY state.

Parameters:
e - the synthesizer event.
See Also:
SynthesizerEvent#QUEUE_UPDATED
Synthesizer#QUEUE_NOT_EMPTY