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

com.jpattern.gwt.client.presenter.IHierarchyStrategy Maven / Gradle / Ivy

package com.jpattern.gwt.client.presenter;

import java.util.List;

/**
 * 
 * @author cinafr
 *
 */
public interface IHierarchyStrategy {

	void hierarchy(List hierarchyResult, String name);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy