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

com.anysoft.util.datatree.DataTreeBuilder Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.util.datatree;

public interface DataTreeBuilder {
	public Object rootFound(object root);
	public Object nodeFound(Object cookies,object content);
}