public class DailyAgenda
extends mvp.Model
| 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.
|
public DailyAgenda(CalendarDB calDB)