Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech::Recognition
interface GrammarListener
Files: GNOME_Speech.idl
GNOME-Speech-Recognition-GrammarListener-inheritance GNOME-Speech-SpeechObject.html Bonobo-Unknown.html
Operations Summary:
 voidgrammarActivated(in GrammarEvent e)
 voidgrammarChangesCommitted(in GrammarEvent e)
 voidgrammarDeactivated(in GrammarEvent e)

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

Operation Details:
 void grammarActivated(in GrammarEvent e)

A GRAMMAR_ACTIVATED event is issued when a grammar changes from deactivated to activated.

Parameters:
e - the grammar event.
See Also:
GrammarEvent#GRAMMAR_ACTIVATED
Grammar


 void grammarChangesCommitted(in GrammarEvent e)

grammarChangesCommitted:

Parameters:
e - the grammar event. A GRAMMAR_CHANGES_COMMITTED event is issued when a Recognizer has committed changes to a Grammar.

The GRAMMAR_CHANGES_COMMITTED immediately follows the CHANGES_COMMITTED event issued to RecognizerListeners after changes to all grammars have been committed. The circumstances in which changes are committed are described in the documentation for Grammar.

See Also:
GrammarEvent#GRAMMAR_CHANGES_COMMITTED
RecognizerEvent#CHANGES_COMMITTED
Grammar


 void grammarDeactivated(in GrammarEvent e)

A GRAMMAR_DEACTIVATED event is issued when a grammar changes from activated to deactivated.

Parameters:
e - the grammar event.
See Also:
GrammarEvent#GRAMMAR_DEACTIVATED
Grammar