Package oracle.jdbc.diagnostics
Class PropertyChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- oracle.jdbc.diagnostics.PropertyChangeEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyChangeEvent extends java.util.EventObjectIntroduced to fix Bug 36302408 - ORACLE JDBC DRIVER 23C HAS COUPLING TO JAVA.DESKTOP MODULE. This class replaces the use ofPropertyChangeEventto eliminate dependancy on module java.desktop.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyChangeEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetNewValue()java.lang.StringgetPropertyName()
-