Interface VDragAndDropManager.DDManagerMediator

  • Enclosing class:
    VDragAndDropManager

    public static interface VDragAndDropManager.DDManagerMediator
    Implementation if this interface is provided as a parameter to DDEventHandleStrategy methods. The mediator instance allows to manage DnD.
    Since:
    7.4.4
    • Method Detail

      • getManager

        VDragAndDropManager getManager()
        Returns DnD manager instance.
        Returns:
        the manager
      • getDragEvent

        VDragEvent getDragEvent()
        Returns current drag event.
        Returns:
        the event
      • clearServerCallback

        void clearServerCallback()
        Clean up server communication callback.