Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
-
Packages that use ProgressMonitor Package Description de.aristaflow.adept2.core.runtimeservice de.aristaflow.adept2.model.runtimeenvironment -
-
Uses of ProgressMonitor in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that return ProgressMonitor Modifier and Type Method Description ProgressMonitor
RuntimeService. getProgressMonitor(SessionToken token, String sessionID)
Gets theProgressMonitor
for the designated execution session. -
Uses of ProgressMonitor in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return ProgressMonitor Modifier and Type Method Description ProgressMonitor
RuntimeEnvironmentFactory. createSimpleProgressMonitor()
Creates a new progress monitor without checking the thread for execution in a runtime service.ProgressMonitor
SessionContext. getProgressMonitor()
Returns the assigned progress monitor which should be notified about the progress of the run.
-