JIDE 3.5.15

com.jidesoft.combobox
Interface DateModelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DateChooserPanel, DateComboBox, DateExComboBox, DateSpinnerComboBox, MonthChooserPanel, MonthComboBox, MonthExComboBox

public interface DateModelListener
extends EventListener

A listener for DateModel.


Method Summary
 void dateModelChanged(DateModelEvent e)
          This notification tells listeners the something changed in date model.
 

Method Detail

dateModelChanged

void dateModelChanged(DateModelEvent e)
This notification tells listeners the something changed in date model.

Parameters:
e -

JIDE 3.5.15