JIDE 3.5.15

com.jidesoft.combobox
Class DateSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DateSelectionEvent(Object source)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateSelectionEvent

public DateSelectionEvent(Object source)

JIDE 3.5.15