public class NodeMemberEvent extends NodeEvent
source
Modifier and Type | Method and Description |
---|---|
Node[] |
getDelta()
Get a list of children that changed.
|
int[] |
getDeltaIndices()
Get an array of indices of the changed nodes.
|
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.
|
String |
toString()
Human presentable information about the event
|
getSource
public final List<Node> getSnapshot()
public final boolean isAddEvent()
true
if children were added,
false
if removedpublic final Node[] getDelta()
public int[] getDeltaIndices()
NodeMemberEvent.getDelta()
public String toString()
toString
in class EventObject