Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.events
Class CalendarEventDateSelectedByMouse

java.lang.Object
  extended bycom.imagine.component.calendar.events.CalendarEvent
      extended bycom.imagine.component.calendar.events.CalendarEventDateSelectedByMouse

public class CalendarEventDateSelectedByMouse
extends CalendarEvent

Describes the event that the date was selected by mouse.


Constructor Summary
CalendarEventDateSelectedByMouse(CalendarComponent calendarComponent, CalendarMonthType calendarMonthType, java.util.Date date)
          Create a CalendarEventDateSelectedByMouse event.
 
Method Summary
 CalendarMonthType getCalendarMonthType()
          Returns the CalendarMonthType associated.
 java.util.Date getDate()
          Returns the date associated.
 
Methods inherited from class com.imagine.component.calendar.events.CalendarEvent
consume, getCalendarComponent, isConsumed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEventDateSelectedByMouse

public CalendarEventDateSelectedByMouse(CalendarComponent calendarComponent,
                                        CalendarMonthType calendarMonthType,
                                        java.util.Date date)
Create a CalendarEventDateSelectedByMouse event.

Parameters:
calendarComponent - The parent CalendarComponent object.
date - The selected date.
Method Detail

getCalendarMonthType

public CalendarMonthType getCalendarMonthType()
Returns the CalendarMonthType associated.

Returns:
the CalendarMonthType associated.

getDate

public java.util.Date getDate()
Returns the date associated.

Returns:
the date associated.

Calendar Component v5.1
www.calendarcomponent.com