public abstract class AbstractExplorerAction<T> extends java.lang.Object implements ExplorerAction<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractExplorerAction(ExplorerContext explorerContext) |
Modifier and Type | Method and Description |
---|---|
protected org.processmining.framework.plugin.PluginContext |
getContext() |
protected java.util.concurrent.Executor |
getExecutor() |
protected ExplorerContext |
getExplorerContext() |
void |
onError(java.lang.String errorTitle,
java.lang.Exception e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, onAfterAction, onBeforeAction
protected AbstractExplorerAction(ExplorerContext explorerContext)
protected java.util.concurrent.Executor getExecutor()
protected org.processmining.framework.plugin.PluginContext getContext()
protected ExplorerContext getExplorerContext()
public void onError(java.lang.String errorTitle, java.lang.Exception e)
onError
in interface ExplorerAction<T>