org.openide.filesystems
Interface FileSystem.AtomicAction

Enclosing class:
FileSystem

public static interface FileSystem.AtomicAction

An action that it is to be called atomically with respect to file system event notification. During its execution (via runAtomicAction) no events about changes in file systems are fired.


Method Summary
 void run()
          Executed when it is guaranteed that no events about changes in filesystems will be notified.
 

Method Detail

run

public void run()
         throws IOException
Executed when it is guaranteed that no events about changes in filesystems will be notified.
Throws:
IOException - if there is an error during execution


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.