uk.ac.rdg.resc.jstyx.server
Interface StyxFileChangeListener

All Known Implementing Classes:
AsyncStyxFile, MonitoredFileOnDisk, SGSParamFile

public interface StyxFileChangeListener

Classes implementing this interface will be notified of changes to a StyxFile.

Author:
Jon Blower $Revision: 462 $ $Date: 2005-11-04 19:33:41 +0000 (Fri, 04 Nov 2005) $ $Log$ Revision 1.2 2005/11/04 19:33:41 jonblower Changed contentsChanged() to fileContentsChanged() in StyxFileChangeListener Revision 1.1.1.1 2005/02/16 18:58:33 jonblower Initial import

Method Summary
 void fileContentsChanged()
          This method will be called when the contents of the file have changed.
 

Method Detail

fileContentsChanged

void fileContentsChanged()
This method will be called when the contents of the file have changed. If the StyxFile is a directory, this method will be called when files are added to, or removed from, this directory.



Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.