Class AttributeModified


  • public class AttributeModified
    extends Object
    Fired when Element's attribute is modified
    • Constructor Detail

      • AttributeModified

        public AttributeModified()
    • Method Detail

      • getNodeId

        public Integer getNodeId()
        Id of the node that has changed.
      • setNodeId

        public void setNodeId​(Integer nodeId)
        Id of the node that has changed.
      • getName

        public String getName()
        Attribute name.
      • setName

        public void setName​(String name)
        Attribute name.
      • getValue

        public String getValue()
        Attribute value.
      • setValue

        public void setValue​(String value)
        Attribute value.