public static interface SequencerSimulation.StateListener
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(SequencerSimulation.State oldState,
SequencerSimulation.State newState)
Called whenever the state of the sequencer changes
|
void stateChanged(SequencerSimulation.State oldState, SequencerSimulation.State newState)
oldState - The state prior to the transitionsnewState - The state after the transitionCopyright © 2023 LSST. All rights reserved.