Interface LoadCallback
-
public interface LoadCallbackCallback interface for the processing of thePermissionNodeinstances retrieved after expanding its parent node (seePermissionNode.expand(LoadCallback)).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterLoad(List<PermissionNode> nodeList)Called after a list of nodes have been loaded
-
-
-
Method Detail
-
afterLoad
void afterLoad(List<PermissionNode> nodeList)
Called after a list of nodes have been loaded- Parameters:
nodeList- The results
-
-