org.jconfig.event
Interface FileListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractHandler, URLHandler

public interface FileListener
extends java.util.EventListener

Author:
Terry R. Dye

Method Summary
 void fileChanged(FileListenerEvent e)
          This method, once implemented, will be called when the File object itself changes.
 

Method Detail

fileChanged

public void fileChanged(FileListenerEvent e)
This method, once implemented, will be called when the File object itself changes.
Parameters:
FileListener - The FileListener object.


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.