Interface URIDropListener

  • All Superinterfaces:
    java.util.EventListener

    public interface URIDropListener
    extends java.util.EventListener
    When using the FileDrop package in its JavaBean form, this listener will receive events when files are dropped onto registered targets.

    I'm releasing this code into the Public Domain. Enjoy.

    Original author: Robert Harder, rharder@usa.net

    • Method Detail

      • urisDropped

        void urisDropped​(URIDropEvent evt)
        Fired by the source when files are dropped onto a drop target.
        Parameters:
        evt - The URIDropEvent associated with this event
        Since:
        1.1