blob: 6b046c695497e95320685c851e9f9a41753f0c5a [file] [log] [blame]
package org.eclipse.scout.sdk.ui.extensions;
import org.eclipse.scout.sdk.ui.view.outline.OutlinePasteTargetEvent;
public interface IPasteTargetDelegator {
boolean performPaste(OutlinePasteTargetEvent event);
}