Class AbstractCalendarModel<CEVENT extends CalendarEvent>
java.lang.Object
org.teamapps.ux.component.calendar.AbstractCalendarModel<CEVENT>
- All Implemented Interfaces:
CalendarModel<CEVENT>
- Direct Known Subclasses:
SimpleCalendarModel
public abstract class AbstractCalendarModel<CEVENT extends CalendarEvent> extends java.lang.Object implements CalendarModel<CEVENT>
-
Field Summary
Fields Modifier and Type Field Description Event<java.lang.Void>onCalendarDataChanged -
Constructor Summary
Constructors Constructor Description AbstractCalendarModel() -
Method Summary
Modifier and Type Method Description Event<java.lang.Void>onCalendarDataChanged()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.calendar.CalendarModel
getEventsForInterval
-
Field Details
-
onCalendarDataChanged
-
-
Constructor Details
-
AbstractCalendarModel
public AbstractCalendarModel()
-
-
Method Details
-
onCalendarDataChanged
- Specified by:
onCalendarDataChangedin interfaceCalendarModel<CEVENT extends CalendarEvent>
-