All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.oddjob.arooa.design.HierarchyVisitor Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
/*
 * (c) Rob Gordon 2005
 */
package org.oddjob.arooa.design;

/**
 * 
 */
public interface HierarchyVisitor {

	public void onHierarchy(SimpleHierarchy hierarchy);
	
	public void onLeaf(T leaf);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy