com.microsoft.tfs.core.clients.versioncontrol.events
Interface ScannerModifiedFilesListener

All Superinterfaces:
java.util.EventListener

public interface ScannerModifiedFilesListener
extends java.util.EventListener

Interface for listeners of an event fired when a WorkspaceWatcher's scanner changed the on-disk attributes of items that were scanned. This can happen if WorkspaceOptions.SET_FILE_TO_CHECKIN is enabled for a workspace.

Thread-safety:
thread-compatible

Method Summary
 void onScannerModifiedFiles(ScannerModifiedFilesEvent event)
          Called when one or more local items' attributes were modified by the LocalWorkspaceScanner.
 

Method Detail

onScannerModifiedFiles

void onScannerModifiedFiles(ScannerModifiedFilesEvent event)
Called when one or more local items' attributes were modified by the LocalWorkspaceScanner.

Parameters:
event - the event args (must not be null)


© 2015 Microsoft. All rights reserved.