public abstract class javafx.beans.property.ReadOnlyListPropertyBase<E> extends javafx.beans.property.ReadOnlyListProperty<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.beans.property.ReadOnlyListPropertyBase
  super_class: javafx.beans.property.ReadOnlyListProperty
{
  private com.sun.javafx.binding.ListExpressionHelper<E> helper;
    descriptor: Lcom/sun/javafx/binding/ListExpressionHelper;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/javafx/binding/ListExpressionHelper<TE;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
         0: .line 42
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyListProperty.<init>:()V
            return
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;

  public void addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 48
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 49
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 53
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 54
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 59
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 63
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 64
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 68
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 69
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 73
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 74
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
         0: .line 88
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            invokestatic com.sun.javafx.binding.ListExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/ListExpressionHelper;)V
         1: .line 89
            return
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;

  protected void fireValueChangedEvent(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
        start local 1 // javafx.collections.ListChangeListener$Change change
         0: .line 105
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* change */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/collections/ListChangeListener$Change;)V
         1: .line 106
            return
        end local 1 // javafx.collections.ListChangeListener$Change change
        end local 0 // javafx.beans.property.ReadOnlyListPropertyBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
            0    2     1  change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  
}
Signature: <E:Ljava/lang/Object;>Ljavafx/beans/property/ReadOnlyListProperty<TE;>;
SourceFile: "ReadOnlyListPropertyBase.java"
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener