public class ScheduleItem extends Object implements Serializable
ScheduleEvent
objects.
Both ends are marked with a null
value. Events are ordered in
increasing order of dates.Scheduler
,
ScheduleEvent
,
Serialized FormModifier and Type | Field and Description |
---|---|
(package private) Date |
date
next schedule date
|
(package private) ScheduleEvent |
event
may be of a derived class
|
(package private) ScheduleItem |
next
next item, null terminated
|
(package private) ScheduleItem |
prev
previous item, null terminated
|
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
(package private) ScheduleTask |
task
the schedule task
|
Constructor and Description |
---|
ScheduleItem(ScheduleEvent event,
ScheduleTask task)
Creates an item.
|
private static final long serialVersionUID
ScheduleEvent event
Date date
ScheduleItem prev
ScheduleItem next
ScheduleTask task
public ScheduleItem(ScheduleEvent event, ScheduleTask task)
event
- event to schedule.task
- task to execute.Copyright © 2013 ScalAgent D.T.. All Rights Reserved.