Package adams.gui.core
Interface FilePanel.FileDoubleClickListener
-
- Enclosing class:
- FilePanel
public static interface FilePanel.FileDoubleClickListener
Interface for classes that listen to double clicks on files.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileDoubleClicked(FilePanel.FileDoubleClickEvent e)
Gets called when a file got double-clicked.
-
-
-
Method Detail
-
fileDoubleClicked
void fileDoubleClicked(FilePanel.FileDoubleClickEvent e)
Gets called when a file got double-clicked.- Parameters:
e
- the event
-
-