public interface IDropActionDelegate
| Modifier and Type | Method and Description |
|---|---|
boolean |
run(java.lang.Object source,
java.lang.Object target)
Runs the drop action on the given source and target.
|
boolean run(java.lang.Object source,
java.lang.Object target)
source - The object that is being dragged.target - The object that the drop is occurring over.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.