cosmic-internal-jdk
Version:
KingScript: JDK1.8
8 lines (7 loc) • 481 B
TypeScript
/// <reference types="dist/index" />
export type Timer = $.javax.management.timer.Timer;
export declare const Timer: $.javax.management.timer.TimerConstructor;
export type TimerMBean = $.javax.management.timer.TimerMBean;
export declare const TimerMBean: $.javax.management.timer.TimerMBeanConstructor;
export type TimerNotification = $.javax.management.timer.TimerNotification;
export declare const TimerNotification: $.javax.management.timer.TimerNotificationConstructor;