Java java.beans PropertyChangeEvent fields, constructors, methods, implement or subclass

Example usage for Java java.beans PropertyChangeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans PropertyChangeEvent.

The text is from its open source code.

Subclass

java.beans.PropertyChangeEvent has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ObjectgetNewValue()
Gets the new value for the property, expressed as an Object.
ObjectgetOldValue()
Gets the old value for the property, expressed as an Object.
StringgetPropertyName()
Gets the programmatic name of the property that was changed.
ObjectgetSource()
The object on which the Event initially occurred.
voidsetPropagationId(Object propagationId)
Sets the propagationId object for the event.