Package com.openindex.openestate.tool
Interface AbstractApplication.TaskListener
-
- All Superinterfaces:
ImmoToolTask.Listener
- All Known Implementing Classes:
AbstractApplication.TaskAdapter
- Enclosing class:
- AbstractApplication
public static interface AbstractApplication.TaskListener extends ImmoToolTask.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executionRequested(ImmoToolTask task)
-
Methods inherited from interface com.openindex.openestate.tool.ImmoToolTask.Listener
descriptionChanged, messageChanged, progressChanged, stateChanged, taskCancelled, taskFailed, taskFinished, taskSucceeded, titleChanged
-
-
-
-
Method Detail
-
executionRequested
void executionRequested(ImmoToolTask task)
-
-