3.2.1: 2012-12-13

net.sf.basedb.util.overview.extensions
Interface ChildNodeLoaderAction

All Superinterfaces:
Action

public interface ChildNodeLoaderAction
extends Action

Load and create child nodes for a given parent node. This action interface should be implemented by extensions that add more nodes to the item overview.

Since:
3.2
Author:
nicklas

Method Summary
 void createChildNodes(DbControl dc, OverviewContext context, Node parentNode)
          Create child nodes for the given parent node.
 

Method Detail

createChildNodes

void createChildNodes(DbControl dc,
                      OverviewContext context,
                      Node parentNode)
Create child nodes for the given parent node.

Parameters:
dc -
context -
parentNode -

3.2.1: 2012-12-13