Package com.biglybt.ui.mdi
Interface MdiEntryDropListener
-
public interface MdiEntryDropListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
mdiEntryDrop(MdiEntry entry, java.lang.Object droppedObject)
-
-
-
Method Detail
-
mdiEntryDrop
boolean mdiEntryDrop(MdiEntry entry, java.lang.Object droppedObject)
- Parameters:
entry
-droppedObject
-- Returns:
- true if you handled it, false if you didn't
-
-