- java.lang.Object
-
- xyz.cofe.collection.TreeEvent<A>
-
- xyz.cofe.collection.TreeEvent.ParentChild<A>
-
- xyz.cofe.collection.TreeEvent.Removed<A>
-
- Type Parameters:
A- тип узла дерева
- All Implemented Interfaces:
CollectionEvent<A,A>,RemovedEvent<A,A>
- Direct Known Subclasses:
TreeEvent.Deleted
public static class TreeEvent.Removed<A extends Tree<A>> extends TreeEvent.ParentChild<A> implements RemovedEvent<A,A>
Событие удаления дочернего узла
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class xyz.cofe.collection.TreeEvent
TreeEvent.Added<A extends Tree<A>>, TreeEvent.Deleted<A extends Tree<A>>, TreeEvent.Inserted<A extends Tree<A>>, TreeEvent.Listener<A extends Tree<A>>, TreeEvent.ParentChild<A extends Tree<A>>, TreeEvent.Removed<A extends Tree<A>>, TreeEvent.Updated<A extends Tree<A>>
-
-
Field Summary
-
Fields inherited from class xyz.cofe.collection.TreeEvent.ParentChild
child, parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetOldItem()Ссылка на элемент коллекции, который был удален-
Methods inherited from class xyz.cofe.collection.TreeEvent.ParentChild
getChild, getParent, getSource, setChild, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface xyz.cofe.collection.CollectionEvent
getSource
-
-
-
-
Method Detail
-
getOldItem
public A getOldItem()
Description copied from interface:RemovedEventСсылка на элемент коллекции, который был удален- Specified by:
getOldItemin interfaceRemovedEvent<A extends Tree<A>,A extends Tree<A>>- Returns:
- элемент коллеции
-
-