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.
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