Package com.microsoft.tfs.core.clients.versioncontrol.events

Interface Summary
BeforeCheckinListener Defines an interface for listeners of the PendingChangeEvent.
BeforeShelveListener Defines an interface for listeners of the PendingChangeEvent.
BranchCommittedListener Defines an interface for listeners of the BranchCommittedEvent.
BranchObjectUpdatedListener Defines an interface for listeners of the BranchObjectUpdatedEvent.
ChangesetReconciledListener Defines an interface for listeners of the ChangesetReconciledEvent.
CheckinListener Defines an interface for listeners of the CheckinEvent.
ConflictListener Defines an interface for listeners of the ConflictEvent.
ConflictResolvedListener Defines an interface for listeners of the ConflictResolvedEvent.
DestroyListener When a call is made to VersionControlClient.destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags) , a DestroyEvent is sent to each registered DestroyListener for each item that was destroyed as a result of the operation.
FolderContentChangedListener Defines an interface for listeners of the FolderContentChangedEvent.
GetCompletedListener Defines an interface for listeners of the WorkspaceEvent.
GetListener Defines an interface for listeners of the GetEvent.
LocalWorkspaceScanListener  
MergingListener Defines an interface for listeners of the MergingEvent.
NewPendingChangeListener Defines an interface for listeners of the PendingChangeEvent.
NonFatalErrorListener Defines an interface for listeners of the NonFatalErrorEvent.
OperationCompletedListener Defines an interface for listeners of the OperationCompletedEvent.
OperationStartedListener Defines an interface for listeners of the OperationStartedEvent.
PendingChangeCandidatesChangedListener Defines an interface for listeners of the WorkspaceEvent.
PendingChangesChangedListener Defines an interface for listeners of the WorkspaceEvent.
PendingChangesCountChangedListener Defines an interface for listeners of the WorkspaceEvent.
ScannerModifiedFilesListener Interface for listeners of an event fired when a WorkspaceWatcher's scanner changed the on-disk attributes of items that were scanned.
ShelveListener Defines an interface for listeners of the ShelveEvent.
UndonePendingChangeListener Defines an interface for listeners of the PendingChangeEvent.
WorkspaceCacheFileReloadedListener Defines an interface for listeners of the WorkspaceCacheFileReloadedEvent.
WorkspaceCreatedListener Defines an interface for listeners of the WorkspaceEvent.
WorkspaceDeletedListener Defines an interface for listeners of the WorkspaceEvent.
WorkspaceUpdatedListener Defines an interface for listeners of changes in workspace metatdata (name, comment, etc.).
WorkstationNonFatalErrorListener Defines an interface for listeners of the WorkstationNonFatalErrorEvent.
 

Class Summary
BranchCommittedEvent Event fired when a branch object has been successfully created or updated.
BranchObjectUpdatedEvent Event fired when a branch object has been successfully created or updated.
ChangesetReconciledEvent  
CheckinEvent Event fired when pending changes have been successfully checked in.
ConflictEvent Information for conflicting changes.
ConflictResolvedEvent Information for conflict resolution.
DestroyEvent A DestroyEvent represents a single item that was destroyed as a result of a call to VersionControlClient.destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags) .
EventSource An EventSource instance accompanies each event fired by VersionControlEventEngine, and can be used by the code that handles the event to know things about where the event originated (originating thread, etc.).
FolderContentChangedEvent  
GetEvent Event fired when file is retrieved from the server.
GetOperationCompletedEvent Event fired when a get operation has completed.
GetOperationStartedEvent Event fired when a get operation has started.
MergeOperationCompletedEvent Event fired when a get operation has completed.
MergeOperationStartedEvent Event fired when a merge operation has started.
MergingEvent Event fired when a file is being merged.
NonFatalErrorEvent Event fired when a non-fatal error is encountered during processing.
OperationCompletedEvent Event fired when some kinds of core operations, which may fire other events in the course if its execution, have completed.
OperationStartedEvent Event fired when some kinds of core operations, which may fire other events in the course if its execution, have started.
PendingChangeEvent Information for many kinds of events fired from pending changes.
PendOperationCompletedEvent Event fired when a pend operation has completed.
PendOperationStartedEvent Event fired when a pend operation has started.
ResolveConflictCompletedEvent EVent fired when a conlict has been resolved.
ResolveConflictsCompletedEvent Event fired when a conlict has been resolved.
ResolveConflictsStartedEvent Event fired when conflict resolution has started.
ResolveConflictStartedEvent Event fired when conflict resolution has started.
RollbackOperationCompletedEvent Event fired when a rollback operation has completed.
RollbackOperationStartedEvent Event fired when a rollback operation has started.
ScannerModifiedFilesEvent Event fired when the local workspace scanner modifies on-disk files during a scan.
ShelveEvent Event fired when pending changes have been successfully shelved.
UndoOperationCompletedEvent Event fired when an undo operation has completed.
UndoOperationStartedEvent Event fired when an undo operation has completed.
UnshelveShelvesetCompletedEvent Event fired when an unshelve operation has completed.
UnshelveShelvesetStartedEvent Event fired when an unshelve operation has started.
VersionControlEventEngine Coordinates listeners and fires events for VersionControlClient.
WorkspaceCacheFileReloadedEvent Event fired when Workstation reloads its workspace cache file.
WorkspaceEvent Event fired when a workspace is created, deleted, etc.
WorkspaceEvent.WorkspaceEventSource  
WorkspaceUpdatedEvent Event fired when a workspace is updated.
WorkstationNonFatalErrorEvent Event fired when Workstation encounters non-fatal errors processing workspace updates.
 



© 2015 Microsoft. All rights reserved.