Interface ExplorerAction<T>
-
- All Known Implementing Classes:
AbstractAlignmentAction,AbstractExplorerAction,ComputeAlignmentAction,ConfigureAlignmentAction
public interface ExplorerAction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()voidonAfterAction(T result)voidonBeforeAction()voidonError(java.lang.String errorTitle, java.lang.Exception e)
-
-
-
Method Detail
-
onBeforeAction
void onBeforeAction()
-
execute
void execute()
-
onAfterAction
void onAfterAction(T result)
-
onError
void onError(java.lang.String errorTitle, java.lang.Exception e)
-
-