com.ibm.voice.events
Class CommandNotRecognizedEventMulticaster

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

public class CommandNotRecognizedEventMulticaster
extends java.awt.AWTEventMulticaster
implements CommandNotRecognizedListener

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


Method Summary
static CommandNotRecognizedListener add(CommandNotRecognizedListener a, CommandNotRecognizedListener b)
          Add new listener to support multicast events.
 void commandNotRecognized(CommandNotRecognizedEvent event)
           
static CommandNotRecognizedListener remove(CommandNotRecognizedListener l, CommandNotRecognizedListener 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 CommandNotRecognizedListener add(CommandNotRecognizedListener a,
                                               CommandNotRecognizedListener b)
Add new listener to support multicast events.
Parameters:
a - com.ibm.voice.events.CommandNotRecognizedListener
b - com.ibm.voice.events.CommandNotRecognizedListener
Returns:
com.ibm.voice.events.CommandNotRecognizedListener

commandNotRecognized

public void commandNotRecognized(CommandNotRecognizedEvent event)
Specified by:
commandNotRecognized in interface CommandNotRecognizedListener
Parameters:
event - com.ibm.voice.events.CommandNotRecognizedEvent

remove

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