JIDE 3.5.15

com.jidesoft.combobox
Interface DateSelectionListener

All Superinterfaces:
EventListener

public interface DateSelectionListener
extends EventListener

The listener that's notified when selection value changes in DateSelectionModel.

See Also:
DateSelectionModel

Method Summary
 void valueChanged(DateSelectionEvent e)
          Called whenever the value of the selection changes.
 

Method Detail

valueChanged

void valueChanged(DateSelectionEvent e)
Called whenever the value of the selection changes.

Parameters:
e - the event that characterizes the change.

JIDE 3.5.15