public static interface Dispatcher.Task extends Runnable
Runnable for submission to Dispatcher.
If a task submitted to Dispatcher implements this interface, it
will receive callbacks at the end of each processing stage.| Modifier and Type | Method and Description |
|---|---|
void |
stageEnded(Dispatcher.Stage stage)
Called whenever a stage has been completed.
|
void stageEnded(Dispatcher.Stage stage)
stage - Stage that have been just completed.Copyright © 2024 LSST. All rights reserved.