public interface ChildrenListener<E extends AsyncUniqueNode>
AsyncTreeModel to receive children when loaded.| Modifier and Type | Method and Description |
|---|---|
void |
loadCompleted(java.util.List<E> children)
Informs model that children were loaded successfully.
|
void |
loadFailed(java.lang.Throwable cause)
Informs model that children load failed due to the specified exception.
|
void loadCompleted(java.util.List<E> children)
children - list of loaded childrenvoid loadFailed(java.lang.Throwable cause)
cause - exception