Uses of Interface
com.ibm.voice.events.CommandNotRecognizedListener

Packages that use CommandNotRecognizedListener
com.ibm.voice   
com.ibm.voice.events   
 

Uses of CommandNotRecognizedListener in com.ibm.voice
 

Methods in com.ibm.voice with parameters of type CommandNotRecognizedListener
 void CommandListener.addCommandNotRecognizedListener(CommandNotRecognizedListener newListener)
          Adds a new CommandNotRecognized listener.
 void CommandListener.removeCommandNotRecognizedListener(CommandNotRecognizedListener newListener)
          Removes the CommandNotRecognized listener.
 

Uses of CommandNotRecognizedListener in com.ibm.voice.events
 

Classes in com.ibm.voice.events that implement CommandNotRecognizedListener
 class CommandNotRecognizedEventMulticaster
          This is the event multicaster class to support the com.ibm.voice.events.CommandNotRecognizedListenerinterface.
 

Methods in com.ibm.voice.events that return CommandNotRecognizedListener
static CommandNotRecognizedListener CommandNotRecognizedEventMulticaster.add(CommandNotRecognizedListener a, CommandNotRecognizedListener b)
          Add new listener to support multicast events.
static CommandNotRecognizedListener CommandNotRecognizedEventMulticaster.remove(CommandNotRecognizedListener l, CommandNotRecognizedListener oldl)
          Remove listener to support multicast events.
 

Methods in com.ibm.voice.events with parameters of type CommandNotRecognizedListener
static CommandNotRecognizedListener CommandNotRecognizedEventMulticaster.add(CommandNotRecognizedListener a, CommandNotRecognizedListener b)
          Add new listener to support multicast events.
static CommandNotRecognizedListener CommandNotRecognizedEventMulticaster.remove(CommandNotRecognizedListener l, CommandNotRecognizedListener oldl)
          Remove listener to support multicast events.