|
|||||||||
| Home >> All >> org >> lucane >> plugins >> calendar >> component >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.lucane.plugins.calendar.component.view
Interface CalendarListener

- public interface CalendarListener
Calendar Listener
| Method Summary | |
void |
onDayClick(DayItem day)
Called when a click on a DayItem occurs in the MonthView. |
void |
onEventClick(EventLabel event)
Called when a click on an EventObject occurs in the DayView. |
| Method Detail |
onDayClick
public void onDayClick(DayItem day)
- Called when a click on a DayItem occurs in the MonthView.
onEventClick
public void onEventClick(EventLabel event)
- Called when a click on an EventObject occurs in the DayView.
|
|||||||||
| Home >> All >> org >> lucane >> plugins >> calendar >> component >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC