Interface IOListener

  • All Known Implementing Classes:
    DefaultIOListener

    public interface IOListener
    IOListener defines an import/export listener.
    • Method Detail

      • onBegin

        void onBegin​(IOHandler handler,
                     IOContext context)
        The import/export context has been passed to the given IOHandler.
      • onEnd

        void onEnd​(IOHandler handler,
                   IOContext context,
                   boolean success)
        The specified IOHandler finished. A boolean flag indicates whether the handler was able to run the import/export.
      • onError

        void onError​(IOHandler ioHandler,
                     IOContext context,
                     Exception e)
        An exception occurred during import/export within the specified IOHandler.