Interface jif.util.TimeOut
All Packages Class Hierarchy This Package Previous Next Index
Interface jif.util.TimeOut
- public interface TimeOut
- extends Object
This interface is used with the CallbackTimer object. If a class
implements this interface it will be eligible to use CallbackTimer
objects.
- See Also:
- CallbackTimer, EventTimer
-
timeOut(CallbackTimer)
- Called when a timer event occurs
timeOut
public abstract void timeOut(CallbackTimer timer)
- Called when a timer event occurs
- Parameters:
- source - The CallbackTimer that triggered the event
All Packages Class Hierarchy This Package Previous Next Index