view src/treecms/api/NodeContext.java @ 20:084de6909451

commit
author shoshi
date Wed, 01 Jun 2011 15:35:50 +0900
parents 8bf59f161b23
children fa784faafc78
line wrap: on
line source

package treecms.api;

public interface NodeContext
{
	public NodeID getID();
	public Forest getForest();
}