Uses of Class
proper.util.Timer

Packages that use Timer
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 Timer in proper.gui.remote
 

Methods in proper.gui.remote with parameters of type Timer
 void JobMonitor.timerEvent(Timer t)
          this method is called if the Timer, this object is registered with, fires
 

Uses of Timer in proper.remote
 

Methods in proper.remote with parameters of type Timer
 void JobDistributor.timerEvent(Timer t)
          this method is called if the Timer, this object is registered with, fires
 

Uses of Timer in proper.util
 

Methods in proper.util with parameters of type Timer
 void TimerInterface.timerEvent(Timer t)
          this method is called if the Timer, this object is registered with, fires