Uses of Interface
com.ccg.util.Schedulable

Packages that use Schedulable
com.ccg.util General Utility Classes. 
 

Uses of Schedulable in com.ccg.util
 

Classes in com.ccg.util that implement Schedulable
 class ScheduleEntry
          Base implementation of a Schedulable entry.
 

Fields in com.ccg.util declared as Schedulable
(package private)  Schedulable Entry._schedulable
           
 

Methods in com.ccg.util with parameters of type Schedulable
 void Scheduler.add(Schedulable s)
          Add a new Schedulable object to the Scheduler This method takes a new Schedulable item and inserts it into the schedule list such that the item's run method will be invoked after the amount of time specified by its delay time has been reached.
static void Scheduler.addToDefault(Schedulable s)
          Add a new Schedulable item to the default system Scheduler.
 void Scheduler.remove(Schedulable s)
          Remove a Schedulable object from the Scheduler.
static void Scheduler.removeFromDefault(Schedulable s)
          Remove a Schedulable item from the default system Scheduler.
 

Constructors in com.ccg.util with parameters of type Schedulable
Entry(Schedulable s)
           
 



Copyright 1998-1998-2006 null. All Rights Reserved.