PropertyChangeEvent

Undocumented in source.

Constructors

this
this(Object source, String propertyName, Object oldValue, Object newValue)
Undocumented in source.

Members

Functions

getNewValue
Object getNewValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getOldValue
Object getOldValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getPropagationId
Object getPropagationId()
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyName
String getPropertyName()
Undocumented in source. Be warned that the author may not have intended to support it.
setPropagationId
void setPropagationId(Object propagationId)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventObject

source
Object source;
Undocumented in source.
getSource
Object getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta