package org.concord.otrunk.overlay; import org.concord.framework.otrunk.OTObject; import org.concord.framework.otrunk.OTObjectInterface; public interface OTOverlaySwitcher extends OTObjectInterface { public OTObject getActivityRoot(); }