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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/eawt/FullScreenAdapter;
public void windowEnteringFullScreen(com.apple.eawt.event.FullScreenEvent);
descriptor: (Lcom/apple/eawt/event/FullScreenEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/eawt/FullScreenAdapter;
0 1 1 e Lcom/apple/eawt/event/FullScreenEvent;
MethodParameters:
Name Flags
e final
public void windowEnteredFullScreen(com.apple.eawt.event.FullScreenEvent);
descriptor: (Lcom/apple/eawt/event/FullScreenEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/eawt/FullScreenAdapter;
0 1 1 e Lcom/apple/eawt/event/FullScreenEvent;
MethodParameters:
Name Flags
e final
public void windowExitingFullScreen(com.apple.eawt.event.FullScreenEvent);
descriptor: (Lcom/apple/eawt/event/FullScreenEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/eawt/FullScreenAdapter;
0 1 1 e Lcom/apple/eawt/event/FullScreenEvent;
MethodParameters:
Name Flags
e final
public void windowExitedFullScreen(com.apple.eawt.event.FullScreenEvent);
descriptor: (Lcom/apple/eawt/event/FullScreenEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/eawt/FullScreenAdapter;
0 1 1 e Lcom/apple/eawt/event/FullScreenEvent;
MethodParameters:
Name Flags
e final
}
SourceFile: "FullScreenAdapter.java"