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 ProgressMonitorRuntimeService. getProgressMonitor(SessionToken token, String sessionID)Gets theProgressMonitorfor 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 ProgressMonitorRuntimeEnvironmentFactory. createSimpleProgressMonitor()Creates a new progress monitor without checking the thread for execution in a runtime service.ProgressMonitorSessionContext. getProgressMonitor()Returns the assigned progress monitor which should be notified about the progress of the run.
-