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 Object
implements CalendarModel<CEVENT>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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>
-