Serializable
public class NodeMemberEvent extends NodeEvent
source
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.
|
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()
getDelta()
public String toString()
toString
in class EventObject
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.