Project

General

Profile

« Previous | Next » 

Revision b5b429af

Added by Patrick Plitzner over 6 years ago

ref #6925 Inject context into operations to allow sync/async execution

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/IDropTargetableE4.java
3 3
 */
4 4
package eu.etaxonomy.taxeditor.editor.name.e4;
5 5

  
6
import org.eclipse.e4.core.contexts.IEclipseContext;
6 7
import org.eclipse.swt.widgets.Composite;
7 8

  
8 9
import eu.etaxonomy.taxeditor.operation.IPostOperationEnabled;
......
22 23
	public void dragEntered();
23 24

  
24 25
	public void dragLeft();
26

  
27
	public IEclipseContext getContext();
25 28
}

Also available in: Unified diff