Package org.zkoss.calendar.event
Interface CalendarDataListener
-
public interface CalendarDataListenerDefines the methods used to listener when the content ofCalendarModelis changed.- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(CalendarDataEvent event)Sent when the contents of the calendar has changed.
-
-
-
Method Detail
-
onChange
void onChange(CalendarDataEvent event)
Sent when the contents of the calendar has changed.
-
-