Package mars.venus

Interface FileDrop.Listener

Enclosing class:
FileDrop

public static interface FileDrop.Listener
Listener for files dropped.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when files are dropped into the component by the user.
  • Method Details

    • filesDropped

      void filesDropped(List<File> files)
      Called when files are dropped into the component by the user.
      Parameters:
      files - The list of files dropped.