org.jdesktop.swingx.event
Class DateSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jdesktop.swingx.event.DateSelectionEvent
All Implemented Interfaces:
Serializable

public class DateSelectionEvent
extends EventObject

See Also:
Serialized Form

Nested Class Summary
static class DateSelectionEvent.EventType
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DateSelectionEvent(Object source, DateSelectionEvent.EventType eventType)
          Constructs a prototypical Event.
 
Method Summary
 DateSelectionEvent.EventType getEventType()
           
 SortedSet<Date> getSelection()
           
 
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,
                          DateSelectionEvent.EventType eventType)
Constructs a prototypical Event.

Parameters:
source - The object on which the Event initially occurred.
Throws:
IllegalArgumentException - if source is null.
Method Detail

getSelection

public SortedSet<Date> getSelection()

getEventType

public final DateSelectionEvent.EventType getEventType()