view src/treecms/api/NodeContext.java @ 22:fa784faafc78

commit
author shoshi
date Tue, 07 Jun 2011 16:42:49 +0900
parents 8bf59f161b23
children
line wrap: on
line source

package treecms.api;

public interface NodeContext
{
	public NodeID getID();
}