com.ibm.voice.events
Class RecognizerReadyEventMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.ibm.voice.events.RecognizerReadyEventMulticaster

public class RecognizerReadyEventMulticaster
extends java.awt.AWTEventMulticaster
implements RecognizerReadyListener

This is the event multicaster class to support the com.ibm.voice.events.RecognizerReadyListenerinterface.


Method Summary
static RecognizerReadyListener add(RecognizerReadyListener a, RecognizerReadyListener b)
          Add new listener to support multicast events.
 void recognizerReady(RecognizerReadyEvent event)
           
static RecognizerReadyListener remove(RecognizerReadyListener l, RecognizerReadyListener oldl)
          Remove listener to support multicast events.
 
Methods inherited from class java.awt.AWTEventMulticaster
actionPerformed, add, add, add, add, add, add, add, add, add, add, add, add, adjustmentValueChanged, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static RecognizerReadyListener add(RecognizerReadyListener a,
                                          RecognizerReadyListener b)
Add new listener to support multicast events.
Parameters:
a - com.ibm.voice.events.RecognizerReadyListener
b - com.ibm.voice.events.RecognizerReadyListener
Returns:
com.ibm.voice.events.RecognizerReadyListener

recognizerReady

public void recognizerReady(RecognizerReadyEvent event)
Specified by:
recognizerReady in interface RecognizerReadyListener
Parameters:
event - com.ibm.voice.RecognizerReadyEvent

remove

public static RecognizerReadyListener remove(RecognizerReadyListener l,
                                             RecognizerReadyListener oldl)
Remove listener to support multicast events.
Parameters:
l - com.ibm.voice.RecognizerReadyListener
oldl - com.ibm.voice.RecognizerReadyListener
Returns:
com.ibm.voice.RecognizerReadyListener