Package com.sun.javatest.util
Interface Timer.Timeable
-
- Enclosing class:
- Timer
public static interface Timer.TimeableImplementations of this interface are passed to Timer, to be called back after a specified interval.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtimeout()This method will be called if an implementation of this interface is passed to a Timer.
-