daoc.editor.importer
Interface IFileValidator

All Known Implementing Classes:
ImageFileFilter, XMLFileFilter

public interface IFileValidator

Used to validate source files


Method Summary
 boolean validateSource(java.awt.Component parent, java.io.File source)
           
 

Method Detail

validateSource

public boolean validateSource(java.awt.Component parent,
                              java.io.File source)