public interface com.apple.eawt.SystemSleepListener extends com.apple.eawt.AppEventListener
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.apple.eawt.SystemSleepListener
super_class: java.lang.Object
{
public abstract void systemAboutToSleep(com.apple.eawt.AppEvent$SystemSleepEvent);
descriptor: (Lcom/apple/eawt/AppEvent$SystemSleepEvent;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
e final
public abstract void systemAwoke(com.apple.eawt.AppEvent$SystemSleepEvent);
descriptor: (Lcom/apple/eawt/AppEvent$SystemSleepEvent;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
e final
}
SourceFile: "SystemSleepListener.java"
InnerClasses:
public SystemSleepEvent = com.apple.eawt.AppEvent$SystemSleepEvent of com.apple.eawt.AppEvent