T - The key type for this child factorypublic abstract class DestroyableNodesFactory<T> extends ChildFactory.Detachable<T>
Detachable with lifecycle method invoked when
nodes created by the factory are no longer needed.ChildFactory.Detachable<T>| Constructor and Description |
|---|
DestroyableNodesFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroyNodes(Node[] arr)
Called when nodes created previously by this factory are no longer
present in the node hierarchy.
|
addNotify, removeNotifycreateKeys, createNodeForKey, createNodesForKey, createWaitNode, refreshprotected void destroyNodes(Node[] arr)
arr - nodes which are no longer needed