Package | Description |
---|---|
com.scalagent.scheduler |
Modifier and Type | Field and Description |
---|---|
private ScheduleItem |
Scheduler.items
events list
|
(package private) ScheduleItem |
ScheduleItem.next
next item, null terminated
|
(package private) ScheduleItem |
ScheduleItem.prev
previous item, null terminated
|
Modifier and Type | Method and Description |
---|---|
private void |
Scheduler.insertItem(ScheduleItem newItem)
Inserts an item in the list ordered by date.
|
private void |
Scheduler.removeItem(ScheduleItem item)
Removes an item from the list.
|
Copyright © 2020 ScalAgent D.T.. All rights reserved.