org.zaval.lw
Interface Switchable
- All Known Implementing Classes:
- LwCheckbox
- public interface Switchable
This is callback interface is used with a switch manager to notify when the state
of the switching component has been changed. The switching component can have one of two
states : "on" or "off".
Method Summary |
void |
switchedOff()
Invoked when the state of a switching component has been changed to "off". |
void |
switchedOn()
Invoked when the state of a switching component has been changed to "on". |
switchedOff
public void switchedOff()
- Invoked when the state of a switching component has been changed to "off".
switchedOn
public void switchedOn()
- Invoked when the state of a switching component has been changed to "on".
Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org