| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeTrigger
A kind of trigger that makes the determination to go off based
on time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CronTimeTrigger
This is the holder triggers based on standard crontabs format.
|
class |
PeriodicTimeTrigger
Goes off every period milliseconds after waiting for
offset milliseconds from the moment the trigger was
reset.
|