Package com.sun.javatest.util
Interface Timer.Timeable
- Enclosing class:
Timer
public static interface Timer.Timeable
Implementations of this interface are passed to Timer, to be
called back after a specified interval.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
timeout()
This method will be called if an implementation of this interface is passed to a Timer.
-
Method Details
-
timeout
void timeout()This method will be called if an implementation of this interface is passed to a Timer.
-