|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildsListener<E extends AsyncUniqueNode>
Special listener used within AsyncTreeModel to receive childs when loaded.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void childsLoadCompleted(java.util.List<E> childs)
childs
- list of loaded childsvoid childsLoadFailed(java.lang.Throwable cause)
cause
- exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |