Operations Summary: | |
void | changesCommitted(in RecognizerEvent e) |
void | focusGained(in RecognizerEvent e) |
void | focusLost(in RecognizerEvent e) |
void | recognizerProcessing(in RecognizerEvent e) |
void | recognizerSuspended(in RecognizerEvent 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: |
A CHANGES_COMMITTED
event has been issued as a
Recognizer
changes from the SUSPENDED
state to the LISTENING
state and resumed recognition.
The GRAMMAR_CHANGES_COMMITTED
event is issued to
the GrammarListeners
of all changed grammars
immediately following the CHANGES_COMMITTED
event.
RecognizerEvent#CHANGES_COMMITTED
GrammarEvent#GRAMMAR_CHANGES_COMMITTED
FOCUS_GAINED
event has been issued as a
Recognizer
changes from the FOCUS_OFF
state to the FOCUS_ON
state. A
FOCUS_GAINED
event typically follows a call to
requestFocus
on a Recognizer
.
The GRAMMAR_ACTIVATED
event is issued to the
GrammarListeners
of all activated grammars
immediately following this RecognizerEvent
.
RecognizerEvent#FOCUS_GAINED
GrammarEvent#GRAMMAR_ACTIVATED
Recognizer#requestFocus
FOCUS_LOST
event has been issued as a
Recognizer
changes from the FOCUS_ON
state to the FOCUS_OFF
state. A FOCUS_LOST
event may follow a call to releaseFocus
on a
Recognizer
or follow a request for focus by another
application.
The GRAMMAR_DEACTIVATED
event is issued to the
GrammarListeners
of all deactivated grammars
immediately following this RecognizerEvent
.
RecognizerEvent#FOCUS_LOST
GrammarEvent#GRAMMAR_DEACTIVATED
Recognizer#releaseFocus
A RECOGNIZER_PROCESSING
event has been issued as
a Recognizer
changes from the LISTENING
state to the PROCESSING
state.
RecognizerEvent#RECOGNIZER_PROCESSING
A RECOGNIZER_SUSPENDED
event has been issued as a
Recognizer
changes from either the
LISTENING
state or the PROCESSING
state
to the SUSPENDED
state.
A Result
finalization event (either a
RESULT_ACCEPTED
or RESULT_REJECTED
event) is issued immediately following the
RECOGNIZER_SUSPENDED
event.
RecognizerEvent#RECOGNIZER_SUSPENDED