public interface IStepService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IIntermediateFuture<java.lang.Integer> |
performSteps(int steps,
long millis)
Perform some steps and block some milliseconds in between.
|
jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.Integer> |
subscribeToSteps(long millis)
Perform periodical steps and block some milliseconds in between.
|
jadex.commons.future.IIntermediateFuture<java.lang.Integer> performSteps(int steps, long millis)
jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.Integer> subscribeToSteps(long millis)