Uses of Interface
com.ibm.voice.events.IOErrorListener

Packages that use IOErrorListener
com.ibm.voice   
com.ibm.voice.events   
 

Uses of IOErrorListener in com.ibm.voice
 

Methods in com.ibm.voice with parameters of type IOErrorListener
 void CommandListener.addIOErrorListener(IOErrorListener newListener)
          Adds a new IOError listener.
 void CommandListener.removeIOErrorListener(IOErrorListener newListener)
          Removes the IOError listener.
 

Uses of IOErrorListener in com.ibm.voice.events
 

Classes in com.ibm.voice.events that implement IOErrorListener
 class IOErrorEventMulticaster
          This is the event multicaster class to support the com.ibm.voice.events.IOErrorListenerinterface.
 

Methods in com.ibm.voice.events that return IOErrorListener
static IOErrorListener IOErrorEventMulticaster.add(IOErrorListener a, IOErrorListener b)
          Add new listener to support multicast events.
static IOErrorListener IOErrorEventMulticaster.remove(IOErrorListener l, IOErrorListener oldl)
          Remove listener to support multicast events.
 

Methods in com.ibm.voice.events with parameters of type IOErrorListener
static IOErrorListener IOErrorEventMulticaster.add(IOErrorListener a, IOErrorListener b)
          Add new listener to support multicast events.
static IOErrorListener IOErrorEventMulticaster.remove(IOErrorListener l, IOErrorListener oldl)
          Remove listener to support multicast events.