class sun.print.Win32PrintServiceLookup$PrinterChangeListener extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.print.Win32PrintServiceLookup$PrinterChangeListener
  super_class: java.lang.Thread
{
  long chgObj;
    descriptor: J
    flags: (0x0000) 

  final sun.print.Win32PrintServiceLookup this$0;
    descriptor: Lsun/print/Win32PrintServiceLookup;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.print.Win32PrintServiceLookup);
    descriptor: (Lsun/print/Win32PrintServiceLookup;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.print.Win32PrintServiceLookup$PrinterChangeListener this
         0: .line 315
            aload 0 /* this */
            aload 1
            putfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.this$0:Lsun/print/Win32PrintServiceLookup;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
         1: .line 316
            aload 0 /* this */
            aload 1
            aconst_null
            invokevirtual sun.print.Win32PrintServiceLookup.notifyFirstPrinterChange:(Ljava/lang/String;)J
            putfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.chgObj:J
         2: .line 317
            return
        end local 0 // sun.print.Win32PrintServiceLookup$PrinterChangeListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/print/Win32PrintServiceLookup$PrinterChangeListener;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.print.Win32PrintServiceLookup$PrinterChangeListener this
         0: .line 320
            aload 0 /* this */
            getfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.chgObj:J
            ldc -1
            lcmp
            ifeq 7
         1: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.this$0:Lsun/print/Win32PrintServiceLookup;
            aload 0 /* this */
            getfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.chgObj:J
            invokevirtual sun.print.Win32PrintServiceLookup.notifyPrinterChange:(J)I
            ifeq 6
         2: .line 325
            aload 0 /* this */
            getfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.this$0:Lsun/print/Win32PrintServiceLookup;
            invokevirtual sun.print.Win32PrintServiceLookup.refreshServices:()V
         3: .line 326
            goto 1
      StackMap locals:
      StackMap stack: java.lang.SecurityException
         4: pop
         5: .line 327
            goto 7
         6: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.this$0:Lsun/print/Win32PrintServiceLookup;
            aload 0 /* this */
            getfield sun.print.Win32PrintServiceLookup$PrinterChangeListener.chgObj:J
            invokevirtual sun.print.Win32PrintServiceLookup.notifyClosePrinterChange:(J)V
         7: .line 335
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.print.Win32PrintServiceLookup$PrinterChangeListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/print/Win32PrintServiceLookup$PrinterChangeListener;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.SecurityException
}
SourceFile: "Win32PrintServiceLookup.java"
NestHost: sun.print.Win32PrintServiceLookup
InnerClasses:
  PrinterChangeListener = sun.print.Win32PrintServiceLookup$PrinterChangeListener of sun.print.Win32PrintServiceLookup