geo.google.utils
Interface NodeProcessor


public interface NodeProcessor

Process function of a node The tree traversal in TreeUtils will call this function to process a node when it visit a node (think function pointer)

Author:
jliang

Method Summary
 void postProcess(Node node)
           
 void preProcess(Node node)
           
 

Method Detail

preProcess

void preProcess(Node node)

postProcess

void postProcess(Node node)


Copyright © 2008. All Rights Reserved.