JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.value
Interface JCValueListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractLabel, BoundsValidator, DateTimePopup, DayTable.DayModel, Field, JCPopupField, MonthPopdown, MonthSpin, MonthTable.MonthModel, TimeSpin

public interface JCValueListener
extends EventListener

Interface for creating value listeners.


Method Summary
 void valueChanged(com.klg.jclass.util.value.JCValueEvent event)
          The method informs a listener that the value has been changed.
 void valueChanging(com.klg.jclass.util.value.JCValueEvent event)
          The value is changing.
 

Method Detail

valueChanging

public void valueChanging(com.klg.jclass.util.value.JCValueEvent event)
The value is changing. A listener may further change the new_value or abort the change altogether. In the case of an abort (initiatied by calling event.setAllowChange(false)), the valueChanged method will never be called.

Parameters:
event - The event generated by the value changing

valueChanged

public void valueChanged(com.klg.jclass.util.value.JCValueEvent event)
The method informs a listener that the value has been changed.

Parameters:
event - The event generated by the value changed

Copyright © 2004 Quest Software Inc..
All rights reserved.