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)
IOHandler.void onEnd(IOHandler handler, IOContext context, boolean success)
IOHandler finished. A boolean flag indicates
whether the handler was able to run the import/export.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.