public class org.apache.commons.configuration.event.ConfigurationEvent extends java.util.EventObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.configuration.event.ConfigurationEvent
  super_class: java.util.EventObject
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3277238219073504136

  private int type;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String propertyName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object propertyValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private boolean beforeUpdate;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Object, int, java.lang.String, java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;ILjava/lang/String;Ljava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
        start local 1 // java.lang.Object source
        start local 2 // int type
        start local 3 // java.lang.String propertyName
        start local 4 // java.lang.Object propertyValue
        start local 5 // boolean beforeUpdate
         0: .line 110
            aload 0 /* this */
            aload 1 /* source */
            invokespecial java.util.EventObject.<init>:(Ljava/lang/Object;)V
         1: .line 111
            aload 0 /* this */
            iload 2 /* type */
            putfield org.apache.commons.configuration.event.ConfigurationEvent.type:I
         2: .line 112
            aload 0 /* this */
            aload 3 /* propertyName */
            putfield org.apache.commons.configuration.event.ConfigurationEvent.propertyName:Ljava/lang/String;
         3: .line 113
            aload 0 /* this */
            aload 4 /* propertyValue */
            putfield org.apache.commons.configuration.event.ConfigurationEvent.propertyValue:Ljava/lang/Object;
         4: .line 114
            aload 0 /* this */
            iload 5 /* beforeUpdate */
            putfield org.apache.commons.configuration.event.ConfigurationEvent.beforeUpdate:Z
         5: .line 115
            return
        end local 5 // boolean beforeUpdate
        end local 4 // java.lang.Object propertyValue
        end local 3 // java.lang.String propertyName
        end local 2 // int type
        end local 1 // java.lang.Object source
        end local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/commons/configuration/event/ConfigurationEvent;
            0    6     1         source  Ljava/lang/Object;
            0    6     2           type  I
            0    6     3   propertyName  Ljava/lang/String;
            0    6     4  propertyValue  Ljava/lang/Object;
            0    6     5   beforeUpdate  Z
    MethodParameters:
               Name  Flags
      source         
      type           
      propertyName   
      propertyValue  
      beforeUpdate   

  public java.lang.String getPropertyName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
         0: .line 125
            aload 0 /* this */
            getfield org.apache.commons.configuration.event.ConfigurationEvent.propertyName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/event/ConfigurationEvent;

  public java.lang.Object getPropertyValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
         0: .line 135
            aload 0 /* this */
            getfield org.apache.commons.configuration.event.ConfigurationEvent.propertyValue:Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/event/ConfigurationEvent;

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
         0: .line 146
            aload 0 /* this */
            getfield org.apache.commons.configuration.event.ConfigurationEvent.type:I
            ireturn
        end local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/event/ConfigurationEvent;

  public boolean isBeforeUpdate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
         0: .line 157
            aload 0 /* this */
            getfield org.apache.commons.configuration.event.ConfigurationEvent.beforeUpdate:Z
            ireturn
        end local 0 // org.apache.commons.configuration.event.ConfigurationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/event/ConfigurationEvent;
}
SourceFile: "ConfigurationEvent.java"