net.sf.doolin.gui.swing
Interface FilePathListener


public interface FilePathListener

Listener for IFilePath implementations.

Author:
Damien Coraboeuf

Method Summary
 void filePathChanged(String newPath)
          Listens for the change of the path in a IFilePath instance
 

Method Detail

filePathChanged

void filePathChanged(String newPath)
Listens for the change of the path in a IFilePath instance

Parameters:
newPath - New path


Copyright © 2011. All Rights Reserved.