Neokernel API

IScheduleChangeListener Interface

A class can implement IScheduleChangeListener to receive notifications about changes to the schedule of an ISchedulable object.

For a list of all members of this type, see IScheduleChangeListener Members .

public interface IScheduleChangeListener

Types that implement IScheduleChangeListener

Type Description
Scheduler This is a ServiceAgent that implements the IScheduler interface. It maintains a pool of threads that periodically wake up any ISchedulables that have been scheduled. Look at ISchedule and Schedule to learn about supported scheduling features.

Requirements

Namespace: com.neokernel.util

Assembly: Neokernel (in Neokernel.exe)

See Also

IScheduleChangeListener Members | com.neokernel.util Namespace