Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar.events
Class CalendarEventSelectionModelChanged

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

public class CalendarEventSelectionModelChanged
extends CalendarEvent

Describes the event that the calendar selection model is changed.


Constructor Summary
CalendarEventSelectionModelChanged(CalendarComponent calendarComponent, CalendarSelectionModel calendarSelectionModel)
          Create a CalendarEventSelectionModelChanged event.
 
Method Summary
 CalendarSelectionModel getCalendarSelectionModel()
          Get the value for selection model.
 
Methods inherited from class com.imagine.component.calendar.events.CalendarEvent
getCalendarComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEventSelectionModelChanged

public CalendarEventSelectionModelChanged(CalendarComponent calendarComponent,
                                          CalendarSelectionModel calendarSelectionModel)
Create a CalendarEventSelectionModelChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
calendarSelectionModel - The new value for selection model.
Method Detail

getCalendarSelectionModel

public CalendarSelectionModel getCalendarSelectionModel()
Get the value for selection model.

Returns:
The value for selection model.

Java Calendar Component v3.1
www.java-calendar.com