Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.lucane.plugins.calendar.component.view
Interface CalendarListener  view CalendarListener download CalendarListener.java


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.