public static interface Dispatcher.StatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
statusChanged(Dispatcher.Status status)
Called when status of a
Dispatcher changes, typically when
statistics for another monitoring period becomes available. |
void statusChanged(Dispatcher.Status status)
Dispatcher changes, typically when
statistics for another monitoring period becomes available.
Implementations of this method should return promptly, any time-consuming
or blocking operations should be off-loaded to other threads.status - Current status. Should not be modified.Copyright © 2022 LSST. All rights reserved.