com.lightdev.app.filemanager.ui
Interface FileActionHandler
- All Known Implementing Classes:
- FileTable
public interface FileActionHandler
Classes that want to handle file actions in the context of application
FileManager need to implement this interface
- Version:
- 1, 12.01.2008
- Author:
- Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the BSD License,
for details see file license.txt in the distribution package of this software
|
Method Summary |
void |
handleFileAction(String actionCommand)
handle a file action
classes implementing this method need to know / use / handle actions as declared
by class FileActions |
handleFileAction
void handleFileAction(String actionCommand)
- handle a file action
classes implementing this method need to know / use / handle actions as declared
by class FileActions
- Parameters:
actionCommand - the action command to handle; an action command as declared by
class FileActions- See Also:
FileActions