Uses of Class
com.sun.javatest.util.Timer.Entry
-
Packages that use Timer.Entry Package Description com.sun.javatest.util This package contains utility classes provided in support of the Javatest test harness. -
-
Uses of Timer.Entry in com.sun.javatest.util
Methods in com.sun.javatest.util that return Timer.Entry Modifier and Type Method Description Timer.Entry
Timer. requestDelayedCallback(Timer.Timeable obj, long delay)
Request that the Timeable object given will have its timeout() method called after not less than delay milliseconds.Methods in com.sun.javatest.util with parameters of type Timer.Entry Modifier and Type Method Description void
Timer. cancel(Timer.Entry e)
Cancel a prior request to requestDelayedEntry().
-