Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Interface FileSystemChangeHandler


public interface FileSystemChangeHandler

Interface that must be implemented by file system change handler. The following Win32 implementation limitations and irregularities affect change notifications:

Since:
1.2.0 12/03/2002

Method Summary
 void fileSystemChanged(FileSystemChangeNotification change_notification)
          Called by the associated FileSystemChangeListener when a monitored FileSystemChangeNotification occurs.
 

Method Detail

fileSystemChanged

void fileSystemChanged(FileSystemChangeNotification change_notification)
Called by the associated FileSystemChangeListener when a monitored FileSystemChangeNotification occurs.

Parameters:
change_notification - the FileSystemChangeNotification that occured.
See Also:
FileSystemChangeListener, FileSystemChangeNotification

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.