All Packages Class Hierarchy This Package Previous Next Index
Interface merlin.util.TimeOutable
- public abstract interface TimeOutable
The interface of a timeoutable. A TimeOutable can register to
a Timer and be timed out after a specified time
- Version:
- 1.0
- Author:
- Stefan Hellkvist
-
timedOut()
- This method is called by the Timer when the specified time
has elapsed
timedOut
public abstract void timedOut()
- This method is called by the Timer when the specified time
has elapsed
All Packages Class Hierarchy This Package Previous Next Index