Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar
Interface CalendarComponentListener

All Known Implementing Classes:
CalendarNavigationController

public interface CalendarComponentListener

Defines a listener for the CalendarComponent class.


Method Summary
 java.lang.Class[] getEventsListened()
          Get the list of events at which this CalendarComponentListener object listens.
 void processCalendarEvent(CalendarEvent calendarEvent)
          Process an event sent by the CalendarComponent class.
 

Method Detail

getEventsListened

public java.lang.Class[] getEventsListened()
Get the list of events at which this CalendarComponentListener object listens. Every class in this array must extend the CalendarEvent class.

Returns:
The list of events at which this CalendarComponentListener object listens.

processCalendarEvent

public void processCalendarEvent(CalendarEvent calendarEvent)
Process an event sent by the CalendarComponent class.

Parameters:
calendarEvent - The event to be processed.

Calendar Component v5.1
www.calendarcomponent.com