Uses of Interface
proper.util.TimerInterface

Packages that use TimerInterface
proper.gui.remote Contains classes for administrating the JobServer, e.g. 
proper.remote Classes for the distributed computing part of Proper can be found here, i.e. 
proper.util Contains classes that don't fit into any other category. 
 

Uses of TimerInterface in proper.gui.remote
 

Classes in proper.gui.remote that implement TimerInterface
 class JobMonitor
          This class monitors a JobServer, offering a GUI for the current status.
The deletion of jobs may not work if a job became obsolete, i.e.
 

Uses of TimerInterface in proper.remote
 

Classes in proper.remote that implement TimerInterface
 class JobDistributor
          This server thread is only there for distributing jobs to clients.
 

Uses of TimerInterface in proper.util
 

Methods in proper.util with parameters of type TimerInterface
 void Timer.addListener(TimerInterface o)
          adds the object to the listener list
 void Timer.notifyListener(TimerInterface o)
          notifies the specified listener of the timer event
 void Timer.removeListener(TimerInterface o)
          removes the object from the listeners