Interface StageRunner
- All Superinterfaces:
AutoCloseable
An interface for different stages of the sorting process. Different stages can communicate via
the
StageRunner.StageMessageDispatcher.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA marker interface for sending messages to different stages.static interfaceA dispatcher for inter-stage communication. -
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
start
void start()Starts the stage.
-