summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event/DropTarget.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/event/DropTarget.java')
-rw-r--r--src/com/vaadin/event/DropTarget.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/com/vaadin/event/DropTarget.java b/src/com/vaadin/event/DropTarget.java
deleted file mode 100644
index 8519774cb6..0000000000
--- a/src/com/vaadin/event/DropTarget.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package com.vaadin.event;
-
-import com.vaadin.ui.Component;
-
-/**
- * DropTarget is a marker interface for components supporting drop operations. A
- * component that wants to receive drop events should implement this interface
- * and provide a DropHandler which will handle the actual drop event.
- *
- */
-public interface DropTarget extends Component {
-
- public DropHandler getDropHandler();
-
-} \ No newline at end of file