Interface URIDropListener

All Superinterfaces:
EventListener

public interface URIDropListener extends 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 Summary

    Modifier and Type
    Method
    Description
    void
    Fired by the source when files are dropped onto a drop target.
  • Method Details

    • urisDropped

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