public interface com.apple.eawt.FullScreenListener extends java.util.EventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.apple.eawt.FullScreenListener
  super_class: java.lang.Object
{
  public abstract void windowEnteringFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     final

  public abstract void windowEnteredFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     final

  public abstract void windowExitingFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     final

  public abstract void windowExitedFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "FullScreenListener.java"
InnerClasses:
  public FullScreenEvent = com.apple.eawt.AppEvent$FullScreenEvent of com.apple.eawt.AppEvent