FileDocCategorySizeDatePackage
TimerAlarmClockNotification.javaAPI DocJava SE 6 API811Tue Jun 10 00:26:20 BST 2008javax.management.timer

TimerAlarmClockNotification

public class TimerAlarmClockNotification extends Notification

Definitions of the notifications sent by TimerAlarmClock MBeans.

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public TimerAlarmClockNotification(TimerAlarmClock source)
Constructor.

param
source the source.


    /*
     * ------------------------------------------
     *  CONSTRUCTORS
     * ------------------------------------------
     */
    
              
       
        super("", source, 0);
    
Methods Summary