echopointng.model
Class CalendarEvent

java.lang.Object
  extended by java.util.EventObject
      extended by echopointng.model.CalendarEvent
All Implemented Interfaces:
java.io.Serializable

public class CalendarEvent
extends java.util.EventObject

CalendarEvent is passed to CalendarSelectionListener's when the CalendarSelectionModel changes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CalendarEvent(java.lang.Object source, java.util.Calendar calendar)
          Constructs a CalendarEvent
 
Method Summary
 java.util.Calendar getCalendar()
           
 
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

CalendarEvent

public CalendarEvent(java.lang.Object source,
                     java.util.Calendar calendar)
Constructs a CalendarEvent

Method Detail

getCalendar

public java.util.Calendar getCalendar()
Returns:
Returns the calendar.