Documentation of 'sgtplot.AttributeChangeEvent' Java class
AttributeChangeEvent
sgtplot

Class AttributeChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class AttributeChangeEvent
    extends java.beans.PropertyChangeEvent
    A class for wrapping local and remote property change events for attributes.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      AttributeChangeEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue) 
      AttributeChangeEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, boolean local) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isLocal() 
      • Methods inherited from class java.beans.PropertyChangeEvent

        getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AttributeChangeEvent

        public AttributeChangeEvent(java.lang.Object source,
                                    java.lang.String propertyName,
                                    java.lang.Object oldValue,
                                    java.lang.Object newValue)
      • AttributeChangeEvent

        public AttributeChangeEvent(java.lang.Object source,
                                    java.lang.String propertyName,
                                    java.lang.Object oldValue,
                                    java.lang.Object newValue,
                                    boolean local)
    • Method Detail

      • isLocal

        public boolean isLocal()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.