multiplicity3.csys.draganddrop

Interface DragAndDropListener

    • Method Detail

      • itemDraggedAndDropped

        void itemDraggedAndDropped(IItem itemDropped,
                                 IItem onto,
                                 int indexOfDrop)
        Parameters:
        itemDropped - Item that was dropped onto drag destination.
        onto - Drag destination dropped onto.
        indexOfDrop - If the item was on top, this will be zero, otherwise, how far underneath the top item.