Package io.keikai.api
Interface RangeRunner
-
public interface RangeRunner
The runner to help you run multipleRange
APIs in synchronization.- Since:
- 3.0.0
- Author:
- dennis
- See Also:
Range.sync(RangeRunner)
,Range#setSyncLevel(Range.SyncLevel)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(Range range)
main execution method
-
-
-
Method Detail
-
run
void run(Range range)
main execution method- Parameters:
range
- the range to process
-
-