Uses of Class
ibis.util.Timer

Packages that use Timer
ibis.util The ibis.util package provides several utilities that may be useful for Ibis applications. 
 

Uses of Timer in ibis.util
 

Methods in ibis.util that return Timer
static Timer Timer.createTimer(java.lang.String impl)
          Returns a Timer instance indicated by the implementation name provided.
static Timer Timer.createTimer()
          Returns a Timer instance suitable for the system at hand.
 

Methods in ibis.util with parameters of type Timer
 void Timer.add(Timer t)
           
 



The Ibis project