Package org
Interface BackgroundTaskStatusProviderSupportingExternalCall
- All Superinterfaces:
BackgroundTaskStatusProvider
- All Known Implementing Classes:
BackgroundTaskConsoleLogger,BackgroundTaskStatusProviderSupportingExternalCallImpl,Experiment2GraphHelper,MyClusterGraphBasedReLayoutService,SOMservice
public interface BackgroundTaskStatusProviderSupportingExternalCall extends BackgroundTaskStatusProvider
- Author:
- klukas
-
Method Summary
Modifier and Type Method Description voidsetCurrentStatusText1(String status)voidsetCurrentStatusText2(String status)voidsetCurrentStatusValueFine(double value)voidsetCurrentStatusValueFineAdd(double smallProgressStep)booleanwantsToStop()Methods inherited from interface org.BackgroundTaskStatusProvider
getCurrentStatusMessage1, getCurrentStatusMessage2, getCurrentStatusValue, getCurrentStatusValueFine, pleaseContinueRun, pleaseStop, pluginWaitsForUser, setCurrentStatusValue
-
Method Details
-
setCurrentStatusValueFine
void setCurrentStatusValueFine(double value) -
wantsToStop
boolean wantsToStop() -
setCurrentStatusText1
-
setCurrentStatusText2
-
setCurrentStatusValueFineAdd
void setCurrentStatusValueFineAdd(double smallProgressStep)
-