Class AttributeRemoved


  • public class AttributeRemoved
    extends java.lang.Object
    Fired when `Element`'s attribute is removed.
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeRemoved​(NodeId nodeId, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      A ttribute name.
      NodeId getNodeId()
      Id of the node that has changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeRemoved

        public AttributeRemoved​(NodeId nodeId,
                                java.lang.String name)
    • Method Detail

      • getNodeId

        public NodeId getNodeId()
        Id of the node that has changed.
      • getName

        public java.lang.String getName()
        A ttribute name.