Uses of Class
com.ibm.voice.events.ActionErrorEvent

Packages that use ActionErrorEvent
com.ibm.voice.events   
 

Uses of ActionErrorEvent in com.ibm.voice.events
 

Subclasses of ActionErrorEvent in com.ibm.voice.events
 class IOErrorEvent
          This is the event class to support the com.ibm.voice.events.IOErrorListener interface.
 class RecognitionErrorEvent
          This is the event class to support the com.ibm.voice.RecognitionErrorListener interface.
 class SynthesisErrorEvent
          This is the event class to support the com.ibm.voice.events.SynthesisErrorListener interface.
 

Methods in com.ibm.voice.events with parameters of type ActionErrorEvent
 void ActionErrorListener.actionError(ActionErrorEvent ev)
          It is invoked when actionError occurs.