Java org.apache.commons.configuration.event ConfigurationEvent fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration.event ConfigurationEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration.event ConfigurationEvent.

The text is from its open source code.

Constructor

Method

StringgetPropertyName()
Returns the name of the affected property.
ObjectgetPropertyValue()
Returns the value of the affected property if available.
ObjectgetSource()
The object on which the Event initially occurred.
intgetType()
Returns the type of this event.
booleanisBeforeUpdate()
Returns a flag if this event was generated before or after an update.