Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.events
Class CalendarEventCalendarNavigationControllerChanged

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

public class CalendarEventCalendarNavigationControllerChanged
extends CalendarEvent

Describes the event that the calendarNavigationController has changed.


Constructor Summary
CalendarEventCalendarNavigationControllerChanged(CalendarComponent calendarComponent, CalendarNavigationController calendarNavigationController)
          Create a CalendarEventCalendarNavigationControllerChanged event.
 
Method Summary
 CalendarNavigationController getCalendarNavigationController()
          Get the value for calendarNavigationController.
 
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

CalendarEventCalendarNavigationControllerChanged

public CalendarEventCalendarNavigationControllerChanged(CalendarComponent calendarComponent,
                                                        CalendarNavigationController calendarNavigationController)
Create a CalendarEventCalendarNavigationControllerChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
calendarNavigationController - The value for calendarNavigationController.
Method Detail

getCalendarNavigationController

public CalendarNavigationController getCalendarNavigationController()
Get the value for calendarNavigationController.

Returns:
The value for calendarNavigationController.

Calendar Component v5.1
www.calendarcomponent.com