|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScheduler
A class can implement IScheduler when it wants manage objects implementing the ISchedulable interface.
ISchedulable| Method Summary | |
|---|---|
boolean |
schedule(ISchedulable s)
Adds a ISchedulable item to the Scheduler. |
boolean |
unschedule(ISchedulable s)
Removes a ISchedulable item from the Scheduler. |
| Method Detail |
|---|
boolean schedule(ISchedulable s)
s - an object which implements the ISchedulable interface.
ISchedulableboolean unschedule(ISchedulable s)
s - an object which implements the ISchedulable interface.
ISchedulable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||