Package jsl.modeling.elements.component
Interface ComponentStateChangeListenerIfc
-
- All Known Implementing Classes:
ComponentAssembly,ComponentStateChangeListener
public interface ComponentStateChangeListenerIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstateChange(Component c)This method is called by the component when a state change occurs
-
-
-
Method Detail
-
stateChange
void stateChange(Component c)
This method is called by the component when a state change occurs- Parameters:
c-
-
-