public interface ChildsListener<E extends AsyncUniqueNode>
| Modifier and Type | Method and Description |
|---|---|
void |
childsLoadCompleted(java.util.List<E> childs)
Informs model that childs were loaded successfully.
|
void |
childsLoadFailed(java.lang.Throwable cause)
Informs model that childs load failed due to the specified exception.
|
void childsLoadCompleted(java.util.List<E> childs)
childs - list of loaded childsvoid childsLoadFailed(java.lang.Throwable cause)
cause - exception