Interface | Description |
---|---|
RaceListener |
This listener is injected into each
RaceRunnable and is used
to notify the Runner that a RaceRunnable won the race. |
RaceRunnable |
All the runnables that will take part in the race shall
implement this interface.
|
Class | Description |
---|---|
Runner |
The runner of the "race".
|