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:
Timer.requestDelayedCallback(com.sun.javatest.util.Timer.Timeable, long)

Method Summary
 void timeout()
          This method will be called if an implementation of this interface is passed to a Timer.
 

Method Detail

timeout

void timeout()
This method will be called if an implementation of this interface is passed to a Timer.



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.