public interface IOListener
IOListener defines an import/export listener.| Modifier and Type | Method and Description |
|---|---|
void |
onBegin(IOHandler handler,
IOContext context)
The import/export context has been passed to the given
IOHandler |
void |
onEnd(IOHandler handler,
IOContext context,
boolean success)
The specified
IOHandler finished. |
void |
onError(IOHandler ioHandler,
IOContext context,
Exception e)
An exception occurred during import/export within the specified
IOHandler. |
void onBegin(IOHandler handler, IOContext context)
IOHandlerhandler - context - void onEnd(IOHandler handler, IOContext context, boolean success)
IOHandler finished. A boolean flag indicates
whether the handler was able to run the import/export.handler - context - success - Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.