All Packages Class Hierarchy This Package Previous Next Index
Interface magician.PerfTools.Sleeper
- public interface Sleeper
This interface is to be used when a class requires a timer mechanism to
wake up the object at periodic intervals. The class implementing this
interface must define a wakeup method to carry out actions to be
performed when woken up.
-
wakeup()
- actions to be performed on waking up are to written by the implementing class in this method.
wakeup
public abstract void wakeup()
- actions to be performed on waking up are to written by the implementing class in this method.
All Packages Class Hierarchy This Package Previous Next Index