public interface ExplorerAction<T>
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
onAfterAction(T result) |
void |
onBeforeAction() |
void |
onError(java.lang.String errorTitle,
java.lang.Exception e) |
void onBeforeAction()
void execute()
void onAfterAction(T result)
void onError(java.lang.String errorTitle, java.lang.Exception e)