-
public final class DOMEvent.ChildNodeCountUpdatedEvent extends DOMEvent
Fired when
Container's child node count has changed.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final IntegerchildNodeCount
-
Constructor Summary
Constructors Constructor Description ChildNodeCountUpdatedEvent(Integer nodeId, Integer childNodeCount)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final DOMEvent.ChildNodeCountUpdatedEventcopy(Integer nodeId, Integer childNodeCount)final IntegergetNodeId()Id of the node that has changed. final IntegergetChildNodeCount()New node count. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
copy
final DOMEvent.ChildNodeCountUpdatedEvent copy(Integer nodeId, Integer childNodeCount)
-
getChildNodeCount
final Integer getChildNodeCount()
New node count.
-
-
-
-