com.ibm.voice.events
Class RecognizerReadyEvent

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

public class RecognizerReadyEvent
extends java.util.EventObject

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

See Also:
Serialized Form

Constructor Summary
RecognizerReadyEvent(java.lang.Object source)
          RecognizerReadyEvent constructor comment.
 
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

RecognizerReadyEvent

public RecognizerReadyEvent(java.lang.Object source)
RecognizerReadyEvent constructor comment.
Parameters:
source - java.lang.Object