Klasse PropertyChangeEvent

java.lang.Object
org.jupnp.internal.compat.java.beans.PropertyChangeEvent

public class PropertyChangeEvent extends Object
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:
  • Konstruktordetails

  • Methodendetails

    • getSource

      public Object getSource()
    • getPropertyName

      public String getPropertyName()
    • getOldValue

      public Object getOldValue()
    • getNewValue

      public Object getNewValue()