com.ibm.voice.events
Class IOErrorEventMulticaster

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

public class IOErrorEventMulticaster
extends java.awt.AWTEventMulticaster
implements IOErrorListener

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


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

JSGFFileNotFound

public void JSGFFileNotFound(IOErrorEvent event)
Specified by:
JSGFFileNotFound in interface IOErrorListener
Parameters:
event - com.ibm.voice.IOErrorEvent

onIOError

public void onIOError(IOErrorEvent event)
Specified by:
onIOError in interface IOErrorListener
Parameters:
event - com.ibm.voice.events.IOErrorEvent

remove

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