public class UpdateCompleteBasedScheduler extends Scheduler implements IUpdateCompleteListener
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCompleteBasedScheduler.UpdateCompleteBasedSchedulerFactory
This scheduler factory implementation uses an update complete provider that sends notifications
to the prepared schedulers.
|
Scheduler.ISchedulerFactory
Modifier | Constructor and Description |
---|---|
protected |
UpdateCompleteBasedScheduler(ScheduledExecution execution)
Creates a scheduler for the given executor.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes of the scheduler by disposing its executor.
|
void |
updateComplete()
This method is called when an update complete event occurs.
|
getExecution, schedule
protected UpdateCompleteBasedScheduler(ScheduledExecution execution)
public void updateComplete()
IUpdateCompleteListener
updateComplete
in interface IUpdateCompleteListener