All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.util.PTimerWentOffListener
- public interface PTimerWentOffListener
A listener interested in timer specifications going off.
-
timerWentOff(PTimerWentOffEvent)
- Notifies the listener that a timer specification went off.
timerWentOff
public abstract void timerWentOff(PTimerWentOffEvent e)
- Notifies the listener that a timer specification went off.
- Parameters:
- e - the event specifying which timer and which timer specification
went off.
All Packages Class Hierarchy This Package Previous Next Index