Class ChildNodeCountUpdated


  • public class ChildNodeCountUpdated
    extends java.lang.Object
    Fired when Container's child node count has changed
    • Method Summary

      Modifier and Type Method Description
      java.lang.Integer getChildNodeCount()
      New node count.
      java.lang.Integer getNodeId()
      Id of the node that has changed.
      void setChildNodeCount​(java.lang.Integer childNodeCount)
      New node count.
      void setNodeId​(java.lang.Integer nodeId)
      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

      • ChildNodeCountUpdated

        public ChildNodeCountUpdated()
    • Method Detail

      • getNodeId

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

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

        public java.lang.Integer getChildNodeCount()
        New node count.
      • setChildNodeCount

        public void setChildNodeCount​(java.lang.Integer childNodeCount)
        New node count.