public interface TechnicalSystemStatePanelChangeListener
extends java.util.EventListener
TechnicalSystemStatePanelChangeEvent's.
The class that is interested in recognising a change in the TechnicalSystemStatePanel
implements this interface. The actual class can than be registered by using the method
TechnicalSystemStatePanel.addChangeListener(TechnicalSystemStatePanelChangeListener).
When the technicalSystemStatePanelChange event occurs, that object's appropriate
method will be invoked.TechnicalSystemStatePanelChangeEvent| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(TechnicalSystemStatePanelChangeEvent tsstChangeEvent)
Invoked when the target of the listener has changed its state.
|
void stateChanged(TechnicalSystemStatePanelChangeEvent tsstChangeEvent)
tsstChangeEvent - the TechnicalSystemStatePanelChangeEvent