|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.cron.Cron.CronEvent
When we wish to schedule a particular event to happen, we create an object of this type and add it to the schedule.
Constructor Summary | |
(package private) |
Cron.CronEvent(long time,
Cron.CronEntry cronEntry)
|
Method Summary | |
(package private) Cron.CronEntry |
getEntry()
|
(package private) long |
getTime()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
Cron.CronEvent(long time, Cron.CronEntry cronEntry)
Method Detail |
Cron.CronEntry getEntry()
long getTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |