de.miethxml.toolkit.repository
Interface RepositorySelectionListener

All Known Implementing Classes:
ArchivAction, ContextView, ContextViewComponentImpl, EditorAction, FileImportView, MenuAction, RepositoryTransferHandler, ViewerAction

public interface RepositorySelectionListener

Author:
Simon Mieth

Method Summary
 void directorySelected(Reloadable model, FileModel directory)
           
 void fileSelected(Reloadable model, FileModel file)
           
 void unselect()
           
 

Method Detail

directorySelected

public void directorySelected(Reloadable model,
                              FileModel directory)

fileSelected

public void fileSelected(Reloadable model,
                         FileModel file)

unselect

public void unselect()