com.aptana.ide.core.io
Interface IVirtualFileManagerEventHandler

All Known Subinterfaces:
ISyncEventHandler

public interface IVirtualFileManagerEventHandler

Author:
Kevin Lindsey

Method Summary
 boolean getFilesEvent(IVirtualFileManager manager, java.lang.String path)
          getFilesEvent
 

Method Detail

getFilesEvent

boolean getFilesEvent(IVirtualFileManager manager,
                      java.lang.String path)
getFilesEvent

Parameters:
manager -
path -
Returns:
Returns true if the file listing should continue. A value of false will abort the current file listing.