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