|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOListener
IOListener defines an import/export listener.
| Method Summary | |
|---|---|
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 expection occured during import/export within the specified IOHandler. |
| Method Detail |
|---|
void onBegin(IOHandler handler,
IOContext context)
IOHandler
handler - 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 -
void onError(IOHandler ioHandler,
IOContext context,
Exception e)
IOHandler.
ioHandler - context - e -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||