public interface IStepService
| Modifier and Type | Method and Description |
|---|---|
IIntermediateFuture<Integer> |
performSteps(int steps,
long millis)
Perform some steps and block some milliseconds in between.
|
ISubscriptionIntermediateFuture<Integer> |
subscribeToSteps(long millis)
Perform periodical steps and block some milliseconds in between.
|
IIntermediateFuture<Integer> performSteps(int steps, long millis)
ISubscriptionIntermediateFuture<Integer> subscribeToSteps(long millis)
Copyright © 2013. All Rights Reserved.