com.ibm.voice.events
Class CommandNotRecognizedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.voice.events.CommandNotRecognizedEvent

public class CommandNotRecognizedEvent
extends java.util.EventObject

This is the event class to support the com.ibm.voice.events.CommandNotRecognizedListener interface.

See Also:
Serialized Form

Constructor Summary
CommandNotRecognizedEvent(java.lang.Object source)
          Constructs a new CommandNotRecognizedEvent.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandNotRecognizedEvent

public CommandNotRecognizedEvent(java.lang.Object source)
Constructs a new CommandNotRecognizedEvent.
Parameters:
source - java.lang.Object