
public interface StateChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(Object changedObj,
Enum newState,
Enum oldState)
This method is called back when there is a state change
|
void stateChanged(Object changedObj, Enum newState, Enum oldState)
changedObj - the object for which the state change happened.
If no component object exists then we return the name
of the component.newState - The new state.oldState - The old state.Copyright © 2019 LSST. All rights reserved.