com.jidesoft.combobox
Class DateSelectionEvent
java.lang.Object
java.util.EventObject
com.jidesoft.combobox.DateSelectionEvent
- All Implemented Interfaces:
- Serializable
public class DateSelectionEvent
- extends EventObject
An event that characterizes a change in the Date
selection.
The event itself carries no information about selection
change. However you can always use getSource() to get
DateSelectionModel and use method on DateSelectionModel
to find out current selected date(s).
- See Also:
- Serialized Form
DateSelectionEvent
public DateSelectionEvent(Object source)