de.miethxml.hawron.gui.context.action
Interface FileModelAction

All Known Implementing Classes:
CreateDirectoryAction, DeleteAction, ValidationAction, XMLFormatAction

public interface FileModelAction

This is a simple marker-interface for Action, which can handle a FileModel. Instead of doAction(String uri) the method from this interface will invoked.

Author:
simon

Method Summary
 void doAction(FileModel model)
           
 

Method Detail

doAction

public void doAction(FileModel model)