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

Method Index

 o timeOut(CallbackTimer)
Called when a timer event occurs

Methods

 o 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