blob: f89a5ab42293c1547a47b0b0b4ed1250169bc802 [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);
}