jmri.util.iharder.dnd
Interface FileDrop.Listener

All Known Implementing Classes:
EditableResizableImagePanel, ResizableImagePanel
Enclosing class:
FileDrop

public static interface FileDrop.Listener

Implement this inner interface to listen for when files are dropped. For example your class declaration may begin like this:

      public class MyClass implements FileDrop.Listener
      ...
      public void filesDropped( java.io.File[] files )
      {
          ...
      }   // end filesDropped
      ...
 

Since:
1.0

Method Summary
 void filesDropped(File[] files)
          This method is called when files have been successfully dropped.
 

Method Detail

filesDropped

void filesDropped(File[] files)
This method is called when files have been successfully dropped.

Parameters:
files - An array of Files that were dropped.
Since:
1.0


Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads