fi.hut.tml.xsmiles.gui.components
Interface XChangeListener
- All Known Implementing Classes:
- AdaptiveControl, AWTGUI, InputDate
- public interface XChangeListener
A very general event listener. Listens for a general change.
Note that you must read the value from the component
itself.
|
Method Summary |
void |
valueChanged(boolean valueChanging,
java.lang.Object source)
ChangeListener method that notifies that the user has changed the value of the control. |
valueChanged
public void valueChanged(boolean valueChanging,
java.lang.Object source)
- ChangeListener method that notifies that the user has changed the value of the control.
X-Smiles 1.2