Uses of Interface
de.aristaflow.adept2.core.runtimemanager.ResumingRuntimeManager.AutomaticResumer
-
Packages that use ResumingRuntimeManager.AutomaticResumer Package Description de.aristaflow.adept2.core.runtimemanager -
-
Uses of ResumingRuntimeManager.AutomaticResumer in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager with parameters of type ResumingRuntimeManager.AutomaticResumer Modifier and Type Method Description voidResumingRuntimeManager. deregisterAutomaticResumer(ResumingRuntimeManager.AutomaticResumer automaticResumer)Deregisters a service that provides the means to resume an activity automatically.voidResumingRuntimeManager. registerAutomaticResumer(ResumingRuntimeManager.AutomaticResumer automaticResumer)Registers a service that provides the means to resume an activity automatically.
-