Class ChildNodeCountUpdated


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getChildNodeCount()
      New node count.
      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

      • ChildNodeCountUpdated

        public ChildNodeCountUpdated​(NodeId nodeId,
                                     java.lang.Integer childNodeCount)
    • Method Detail

      • getNodeId

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

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