Class AbstractExplorerAction<T>

    • Constructor Detail

      • AbstractExplorerAction

        protected AbstractExplorerAction​(ExplorerContext explorerContext)
    • Method Detail

      • getExecutor

        protected java.util.concurrent.Executor getExecutor()
      • getContext

        protected org.processmining.framework.plugin.PluginContext getContext()
      • onError

        public void onError​(java.lang.String errorTitle,
                            java.lang.Exception e)
        Specified by:
        onError in interface ExplorerAction<T>