com.sssw.rt.event
Interface AgiValueChangingListener
- All Known Implementing Classes:
- AgcTabControl, AgcIntegerSpinnerField
- public interface AgiValueChangingListener
The AgiValueChangingListener interface is supported by controls that provide
intermediate (progress) information as the user is changing the value of the
control. Typically, when the change is complete (i.e. the user releases the
mouse), then a PropertyChanged event is sent.
This is available to SilverStream applications as valueChanged.
valueChanging
public void valueChanging(AgoPropertyChangeEvent evt)
- This method is invoked whenever a value is in the process
of being changed by the user.
- Parameters:
event
- an instance of an AgoPropertyChangeEvent