|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- custom node typepublic interface AsyncTreeListener<E extends AsyncUniqueNode>
This listener interface provide various asynchronous tree events.
Method Summary | |
---|---|
void |
childsLoadCompleted(E parent,
java.util.List<E> childs)
Invoked when childs load operation finishes. |
void |
childsLoadFailed(E parent,
java.lang.Throwable cause)
Invoked when childs load operation failed. |
void |
childsLoadStarted(E parent)
Invoked when childs load operation starts. |
Method Detail |
---|
void childsLoadStarted(E parent)
parent
- node which childs are being loadedvoid childsLoadCompleted(E parent, java.util.List<E> childs)
parent
- node which childs were loadedchilds
- loaded child nodesvoid childsLoadFailed(E parent, java.lang.Throwable cause)
parent
- node which childs were loadedcause
- childs load failure cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |