Operations Summary: | |
void | grammarActivated(in GrammarEvent e) |
void | grammarChangesCommitted(in GrammarEvent e) |
void | grammarDeactivated(in GrammarEvent e) |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
A GRAMMAR_ACTIVATED
event is issued when a
grammar changes from deactivated to activated.
GrammarEvent#GRAMMAR_ACTIVATED
Grammar
grammarChangesCommitted:
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
.
GrammarEvent#GRAMMAR_CHANGES_COMMITTED
RecognizerEvent#CHANGES_COMMITTED
Grammar
A GRAMMAR_DEACTIVATED
event is issued when a
grammar changes from activated to deactivated.
GrammarEvent#GRAMMAR_DEACTIVATED
Grammar