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. |