com.ibm.voice.events
Interface CommandNotRecognizedListener

All Known Implementing Classes:
CommandNotRecognizedEventMulticaster

public abstract interface CommandNotRecognizedListener
extends java.util.EventListener

The event set listener interface for the commandNotRecognized feature.


Method Summary
 void commandNotRecognized(CommandNotRecognizedEvent event)
          Invoked when a command is not recognized.
 

Method Detail

commandNotRecognized

public void commandNotRecognized(CommandNotRecognizedEvent event)
Invoked when a command is not recognized.
Parameters:
event - com.ibm.voice.events.CommandNotRecognizedEvent