public class DailyAgenda
extends mvp.Model
| Modifier and Type | Field and Description |
|---|---|
(package private) CalendarDB |
calDB |
(package private) Date |
date
Date of this day's agenda
|
(package private) EventTitleList |
events
List of scheduled event titles for this day
|
(package private) TaskDescriptorList |
tasks
List of scheduled tasks for this day
|
(package private) TimeSlotDescriptorList |
timeSlots
Time slot description list for schedule appointments and meetings
|
| Constructor and Description |
|---|
DailyAgenda(CalendarDB calDB)
Construct this with the given CalendarDB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
update(java.util.Observable o,
java.lang.Object arg)
Observe the calendar for any changes.
|
Date date
EventTitleList events
TimeSlotDescriptorList timeSlots
TaskDescriptorList tasks
CalendarDB calDB
public DailyAgenda(CalendarDB calDB)