public interface com.apple.eawt.AppForegroundListener 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.AppForegroundListener
super_class: java.lang.Object
{
public abstract void appRaisedToForeground(com.apple.eawt.AppEvent$AppForegroundEvent);
descriptor: (Lcom/apple/eawt/AppEvent$AppForegroundEvent;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
e final
public abstract void appMovedToBackground(com.apple.eawt.AppEvent$AppForegroundEvent);
descriptor: (Lcom/apple/eawt/AppEvent$AppForegroundEvent;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
e final
}
SourceFile: "AppForegroundListener.java"
InnerClasses:
public AppForegroundEvent = com.apple.eawt.AppEvent$AppForegroundEvent of com.apple.eawt.AppEvent