class javafx.scene.paint.PhongMaterial$1 extends com.sun.javafx.beans.event.AbstractNotifyListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.paint.PhongMaterial$1
  super_class: com.sun.javafx.beans.event.AbstractNotifyListener
{
  final javafx.scene.paint.PhongMaterial this$0;
    descriptor: Ljavafx/scene/paint/PhongMaterial;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.paint.PhongMaterial);
    descriptor: (Ljavafx/scene/paint/PhongMaterial;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.paint.PhongMaterial$1 this
         0: .line 211
            aload 0 /* this */
            aload 1
            putfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            aload 0 /* this */
            invokespecial com.sun.javafx.beans.event.AbstractNotifyListener.<init>:()V
            return
        end local 0 // javafx.scene.paint.PhongMaterial$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/paint/PhongMaterial$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void invalidated(javafx.beans.Observable);
    descriptor: (Ljavafx/beans/Observable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.paint.PhongMaterial$1 this
        start local 1 // javafx.beans.Observable valueModel
         0: .line 214
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldDiffuseMap:Ljavafx/scene/image/Image;
            ifnull 4
         1: .line 215
            aload 1 /* valueModel */
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldDiffuseMap:Ljavafx/scene/image/Image;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getImageProperty:(Ljavafx/scene/image/Image;)Ljavafx/beans/property/ReadOnlyObjectProperty;
            if_acmpne 4
         2: .line 216
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            iconst_1
            putfield javafx.scene.paint.PhongMaterial.diffuseMapDirty:Z
         3: .line 217
            goto 15
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldSpecularMap:Ljavafx/scene/image/Image;
            ifnull 8
         5: .line 218
            aload 1 /* valueModel */
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldSpecularMap:Ljavafx/scene/image/Image;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getImageProperty:(Ljavafx/scene/image/Image;)Ljavafx/beans/property/ReadOnlyObjectProperty;
            if_acmpne 8
         6: .line 219
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            iconst_1
            putfield javafx.scene.paint.PhongMaterial.specularMapDirty:Z
         7: .line 220
            goto 15
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldBumpMap:Ljavafx/scene/image/Image;
            ifnull 12
         9: .line 221
            aload 1 /* valueModel */
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldBumpMap:Ljavafx/scene/image/Image;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getImageProperty:(Ljavafx/scene/image/Image;)Ljavafx/beans/property/ReadOnlyObjectProperty;
            if_acmpne 12
        10: .line 222
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            iconst_1
            putfield javafx.scene.paint.PhongMaterial.bumpMapDirty:Z
        11: .line 223
            goto 15
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldSelfIlluminationMap:Ljavafx/scene/image/Image;
            ifnull 15
        13: .line 224
            aload 1 /* valueModel */
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            getfield javafx.scene.paint.PhongMaterial.oldSelfIlluminationMap:Ljavafx/scene/image/Image;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getImageProperty:(Ljavafx/scene/image/Image;)Ljavafx/beans/property/ReadOnlyObjectProperty;
            if_acmpne 15
        14: .line 225
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            iconst_1
            putfield javafx.scene.paint.PhongMaterial.selfIlluminationMapDirty:Z
        15: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.paint.PhongMaterial$1.this$0:Ljavafx/scene/paint/PhongMaterial;
            iconst_1
            invokevirtual javafx.scene.paint.PhongMaterial.setDirty:(Z)V
        16: .line 228
            return
        end local 1 // javafx.beans.Observable valueModel
        end local 0 // javafx.scene.paint.PhongMaterial$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Ljavafx/scene/paint/PhongMaterial$1;
            0   17     1  valueModel  Ljavafx/beans/Observable;
    MethodParameters:
            Name  Flags
      valueModel  
}
SourceFile: "PhongMaterial.java"
EnclosingMethod: javafx.scene.paint.PhongMaterial
NestHost: javafx.scene.paint.PhongMaterial
InnerClasses:
  public abstract ImageAccessor = com.sun.javafx.tk.Toolkit$ImageAccessor of com.sun.javafx.tk.Toolkit
  javafx.scene.paint.PhongMaterial$1