com.neuron.app.tonto
Interface IWalker

All Known Subinterfaces:
IWalker2

public interface IWalker

Interface for CCF tree walk callbacks.


Method Summary
 void onNode(CCFNode node)
          Called for each Device, Panel, Frame and Button walked in a CCF parse tree.
 

Method Detail

onNode

void onNode(CCFNode node)
Called for each Device, Panel, Frame and Button walked in a CCF parse tree.