Klasse PropertyChangeEvent
java.lang.Object
org.jupnp.internal.compat.java.beans.PropertyChangeEvent
This class is a simple implementation of java.beans.PropertyChangeEvent to be
able to run jUPnP on JavaSE Embedded 8 compact 2 profile.
It is functional compatible to java.beans for the needed functionalities of
jUPnP, but does NOT inherit from java.util.EventObject and is NOT
Serializable.
This class is immutable.
- Autor:
- Jochen Hiller - Initial contribution
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPropertyChangeEvent(Object source, String propName, Object oldValue, Object newValue) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung
-
Konstruktordetails
-
PropertyChangeEvent
-
-
Methodendetails
-
getSource
-
getPropertyName
-
getOldValue
-
getNewValue
-