com.sun.util
Interface PTimerWentOffListener


Deprecated.

public interface PTimerWentOffListener

The PTimerWentOffListener is an interface which must be implemented for an object to be informed of PTimerWentOffEvents.

Compatibility

The PTimerWentOffEventListener is supported in PersonalJava implementations. It is deprecated in Personal Profile and not supported in J2SE, or J2ME foundation profiles.


Method Summary
 void timerWentOff(PTimerWentOffEvent e)
          Deprecated. Called when a PTimerWentOff event occurs.
 

Method Detail

timerWentOff

void timerWentOff(PTimerWentOffEvent e)
Deprecated. 
Called when a PTimerWentOff event occurs.

Parameters:
e - the event specifying which timer and which timer specification went off.