package org.argeo.slc.core.structure; /** * Wrapper for an element, which is able to propagate registration to * sub-elements. */ public interface StructureAware { /** Called after registration. */ public void notifyCurrentPath(StructureRegistry registry, T path); }