|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeLoaderListener
| Method Summary | |
|---|---|
boolean |
doBeforeLoad(TreeLoader self,
TreeNode node)
Fires before a network request is made to retrieve the Json text which specifies a node's children. |
void |
onLoad(TreeLoader self,
TreeNode node,
java.lang.String response)
Fires when the node has been successfuly loaded. |
void |
onLoadException(TreeLoader self,
TreeNode node,
java.lang.String response)
Fires if the network request failed. |
| Method Detail |
|---|
boolean doBeforeLoad(TreeLoader self,
TreeNode node)
self - thisnode - the node
void onLoad(TreeLoader self,
TreeNode node,
java.lang.String response)
self - thisnode - the noderesponse - the response text containing the data from the server
void onLoadException(TreeLoader self,
TreeNode node,
java.lang.String response)
self - thisnode - the noderesponse - the response containing the data from the server
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||