Maven module :un.api : api-common :
Class :
un.api.model.tree.NodeEvent
Extends/Implements :
un.api.event.DefaultEvent
Subclasses : -
Variables :
TYPE_ADD,
TYPE_REMOVE,
TYPE_REPLACE,
TYPE_REPLACEALL
Functions :
NodeEvent,
getType,
getStartIndex,
getEndIndex,
getOldElements,
getNewElements,
getHash,
equals
public int
TYPE_ADD
public int
TYPE_REMOVE
public int
TYPE_REPLACE
public int
TYPE_REPLACEALL
public void
NodeEvent (EventSource source, Event trigger, int type, int startIndex, int endIndex, Node[] oldElements, Node[] newElements)
public int
getType ()
public int
getStartIndex ()
public int
getEndIndex ()
public Node[]
getOldElements ()
public Node[]
getNewElements ()
public int
getHash ()
public boolean
equals (Object obj)
author Johann Sorel