
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