class java.awt.event.InvocationEvent$1 implements sun.awt.AWTAccessor$InvocationEventAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.awt.event.InvocationEvent$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.event.InvocationEvent$1 this
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // java.awt.event.InvocationEvent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/event/InvocationEvent$1;

  public void dispose(java.awt.event.InvocationEvent);
    descriptor: (Ljava/awt/event/InvocationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.event.InvocationEvent$1 this
        start local 1 // java.awt.event.InvocationEvent invocationEvent
         0: .line 65
            aload 1 /* invocationEvent */
            iconst_0
            invokevirtual java.awt.event.InvocationEvent.finishedDispatching:(Z)V
         1: .line 66
            return
        end local 1 // java.awt.event.InvocationEvent invocationEvent
        end local 0 // java.awt.event.InvocationEvent$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljava/awt/event/InvocationEvent$1;
            0    2     1  invocationEvent  Ljava/awt/event/InvocationEvent;
    MethodParameters:
                 Name  Flags
      invocationEvent  
}
SourceFile: "InvocationEvent.java"
EnclosingMethod: java.awt.event.InvocationEvent
NestHost: java.awt.event.InvocationEvent
InnerClasses:
  java.awt.event.InvocationEvent$1
  public abstract InvocationEventAccessor = sun.awt.AWTAccessor$InvocationEventAccessor of sun.awt.AWTAccessor