com.ibm.voice.events
Interface IOErrorListener

All Known Implementing Classes:
IOErrorEventMulticaster

public abstract interface IOErrorListener
extends java.util.EventListener

The event set listener interface for the IOError feature.


Method Summary
 void JSGFFileNotFound(IOErrorEvent event)
          Invoked when the JSGF file specified is not found.
 void onIOError(IOErrorEvent event)
          Invoked when an I/O exception occurs.
 

Method Detail

JSGFFileNotFound

public void JSGFFileNotFound(IOErrorEvent event)
Invoked when the JSGF file specified is not found.
Parameters:
event - com.ibm.voice.events.IOErrorEvent

onIOError

public void onIOError(IOErrorEvent event)
Invoked when an I/O exception occurs.
Parameters:
event - com.ibm.voice.events.IOErrorEvent