Package io.webfolder.cdp.event.dom
Class ChildNodeCountUpdated
java.lang.Object
io.webfolder.cdp.event.dom.ChildNodeCountUpdated
public class ChildNodeCountUpdated
extends java.lang.Object
Fired when
Container
's child node count has changed-
Constructor Summary
Constructors Constructor Description ChildNodeCountUpdated()
-
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.
-
Constructor Details
-
ChildNodeCountUpdated
public ChildNodeCountUpdated()
-
-
Method Details
-
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.
-