Package com.sun.util

The PTimer is used to schedule timer events to an an application or applet.

See:
          Description

Interface Summary
PTimerWentOffListener Deprecated.  
 

Class Summary
PTimer Deprecated. This class is kept for backwards compatiability with Personal Java.
PTimerSpec A class representing a timer specification.
PTimerWentOffEvent Deprecated.  
 

Exception Summary
PTimerScheduleFailedException An exception thrown by the schedule() method of PTimer when a timer specification can not be met.
 

Package com.sun.util Description

The PTimer is used to schedule timer events to an an application or applet.

Compatibility

The PTimer class is available on PersonalJava implementations, but is not available on J2SE platforms. It is optional on Personal Profile implementations, but has been deprecated. The java.util.timer class should be used instead, except in cases where PersonalJava compatibility is necessary.

Since:
JDK1.1