public abstract class com.apple.eawt.FullScreenAdapter implements com.apple.eawt.FullScreenListener
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.apple.eawt.FullScreenAdapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.eawt.FullScreenAdapter this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.eawt.FullScreenAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/FullScreenAdapter;

  public void windowEnteringFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.FullScreenAdapter this
        start local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
         0: .line 42
            return
        end local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
        end local 0 // com.apple.eawt.FullScreenAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/FullScreenAdapter;
            0    1     1     e  Lcom/apple/eawt/AppEvent$FullScreenEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void windowEnteredFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.FullScreenAdapter this
        start local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
         0: .line 43
            return
        end local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
        end local 0 // com.apple.eawt.FullScreenAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/FullScreenAdapter;
            0    1     1     e  Lcom/apple/eawt/AppEvent$FullScreenEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void windowExitingFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.FullScreenAdapter this
        start local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
         0: .line 44
            return
        end local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
        end local 0 // com.apple.eawt.FullScreenAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/FullScreenAdapter;
            0    1     1     e  Lcom/apple/eawt/AppEvent$FullScreenEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void windowExitedFullScreen(com.apple.eawt.AppEvent$FullScreenEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$FullScreenEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.eawt.FullScreenAdapter this
        start local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
         0: .line 45
            return
        end local 1 // com.apple.eawt.AppEvent$FullScreenEvent e
        end local 0 // com.apple.eawt.FullScreenAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/FullScreenAdapter;
            0    1     1     e  Lcom/apple/eawt/AppEvent$FullScreenEvent;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "FullScreenAdapter.java"
InnerClasses:
  public FullScreenEvent = com.apple.eawt.AppEvent$FullScreenEvent of com.apple.eawt.AppEvent