Interface ExplorerAction<T>

    • Method Detail

      • onBeforeAction

        void onBeforeAction()
      • execute

        void execute()
      • onAfterAction

        void onAfterAction​(T result)
      • onError

        void onError​(java.lang.String errorTitle,
                     java.lang.Exception e)