Interface mheg5.UTL.TimerInterface
All Packages Class Hierarchy This Package Previous Next Index
Interface mheg5.UTL.TimerInterface
- public interface TimerInterface
- extends Object
TimerInterface
Is needed for the callback if the timer hits a specific time.
-
TimerAction(int)
- This method should be implemented by the userclass of Timer.
TimerAction
public abstract void TimerAction(int kicker)
- This method should be implemented by the userclass of Timer.
All Packages Class Hierarchy This Package Previous Next Index