//(c): Matti J. Katila package org.fenfire.modules.pp; import org.fenfire.view.*; /** for jython buoyoing etc.. */ public interface PpContext { public void nodeIsToBePlaced(Object node, NodeView nv); public Object getAccursed(); public void setAccursed(Object node); public PPActions getPPActions(); public String getCurrentPaper(); }