Package | Description |
---|---|
casa.event |
Contains classes that implement Events (see
Event ),
which are used to describe dependencies (including time expiry or time
intervals) among things like social commitments and deferred code. |
Modifier and Type | Field and Description |
---|---|
private EventTask |
TimeEvent.task
Recorded TimerTask needed if this TimeEvent is canceled.
|
private EventTask |
RecurringTimeEvent.task
Recorded TimerTask needed if this TimeEvent is canceled.
|
Modifier and Type | Method and Description |
---|---|
int |
EventTask.compareTo(EventTask o) |