public class NodeMemberEvent extends NodeEvent
| Modifier and Type | Method | Description |
|---|---|---|
Node[] |
getDelta() |
Get a list of children that changed.
|
int[] |
getDeltaIndices() |
Get an array of indices of the changed nodes.
|
java.util.List<Node> |
getSnapshot() |
Provides static and immmutable info about the number, and instances of
nodes available during the time the event was emited.
|
boolean |
isAddEvent() |
Get the type of action.
|
java.lang.String |
toString() |
Human presentable information about the event
|
public final java.util.List<Node> getSnapshot()
public final boolean isAddEvent()
true if children were added,
false if removedpublic final Node[] getDelta()
public int[] getDeltaIndices()
getDelta()public java.lang.String toString()
toString in class java.util.EventObjectBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.