EchoPoint
1.0

echopoint.util
Interface ComponentKit.ComponentTraversalCallBack

Enclosing interface:
ComponentKit

public static interface ComponentKit.ComponentTraversalCallBack

ComponentOperationCallBack is an interface used during the traverseComponent() method. The onComponent() method is called for each component in the component hierarchy.


Method Summary
 void onComponent(nextapp.echo.Component c)
          Called for each component in a component hierarchy.
 

Method Detail

onComponent

public void onComponent(nextapp.echo.Component c)
Called for each component in a component hierarchy.

Parameters:
c - - the component in a hierarchy

EchoPoint
1.0