blob: 538f1db0742ad4a392fd34035dad9164b6049b9b [file] [log] [blame]
package org.eclipse.uml2.diagram.common.editparts;
import org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart;
/**
* This primary figure editpart requires to be informed about the parent editpart
* immediately after creation.
*/
public interface NeedsParentEditPart {
public void hookParentEditPart(GraphicalEditPart parentEditPart);
}