All Packages Class Hierarchy This Package Previous Next Index
Class timer.TimeoutID
java.lang.Object
|
+----timer.TimeoutID
- public class TimeoutID
- extends Object
A TimeoutID identifies a pending timeout. These are returned
by Timer.SetTimeout and can be passed to Timer.CancelTimeout.
You can use the == operator to compare IDs. Other than that
these objects are completely blind.
- See Also:
- SetTimeout, CancelTimeout
All Packages Class Hierarchy This Package Previous Next Index