|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.tree.AsyncTreeModelAdapter<E>
public abstract class AsyncTreeModelAdapter<E extends AsyncUniqueNode>
AsyncTreeModelListener adapter class.
Constructor Summary | |
---|---|
AsyncTreeModelAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncTreeModelAdapter()
Method Detail |
---|
public void childsLoadStarted(E parent)
childsLoadStarted
in interface AsyncTreeModelListener<E extends AsyncUniqueNode>
parent
- node which childs are being loadedpublic void childsLoadCompleted(E parent, java.util.List<E> childs)
childsLoadCompleted
in interface AsyncTreeModelListener<E extends AsyncUniqueNode>
parent
- node which childs were loadedchilds
- loaded child nodespublic void childsLoadFailed(E parent, java.lang.Throwable cause)
childsLoadFailed
in interface AsyncTreeModelListener<E extends AsyncUniqueNode>
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 |