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

com.imagine.component.calendar
Interface CalendarComponentListener


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

processCalendarEvent

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

Parameters:
calendarEvent - The event to be processed.

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.

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