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 void
setCurrentStatusText1(String status)
void
setCurrentStatusText2(String status)
void
setCurrentStatusValueFine(double value)
void
setCurrentStatusValueFineAdd(double smallProgressStep)
boolean
wantsToStop()
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)
-