Uses of Class
com.microsoft.tfs.core.clients.CoreClientEvent

Packages that use CoreClientEvent
com.microsoft.tfs.core.checkinpolicies.events   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.workitem.events   
com.microsoft.tfs.core.pendingcheckin.events   
 

Uses of CoreClientEvent in com.microsoft.tfs.core.checkinpolicies.events
 

Subclasses of CoreClientEvent in com.microsoft.tfs.core.checkinpolicies.events
 class PolicyEvaluatorStateChangedEvent
           Event fired when the state of a PolicyEvaluator object has changed, usually because of a new team project source or selected items in the pending checkin have changed.
 class PolicyLoadErrorEvent
           Event fired when a policy implementation failed to load.
 class PolicyStateChangedEvent
           Event fired when the state of a PolicyInstance object has changed because of initialization or evaluation.
 

Uses of CoreClientEvent in com.microsoft.tfs.core.clients.versioncontrol.events
 

Subclasses of CoreClientEvent in com.microsoft.tfs.core.clients.versioncontrol.events
 class BranchCommittedEvent
          Event fired when a branch object has been successfully created or updated.
 class BranchObjectUpdatedEvent
          Event fired when a branch object has been successfully created or updated.
 class ChangesetReconciledEvent
           
 class CheckinEvent
          Event fired when pending changes have been successfully checked in.
 class ConflictEvent
          Information for conflicting changes.
 class ConflictResolvedEvent
          Information for conflict resolution.
 class DestroyEvent
          A DestroyEvent represents a single item that was destroyed as a result of a call to VersionControlClient.destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags) .
 class FolderContentChangedEvent
           
 class GetEvent
          Event fired when file is retrieved from the server.
 class GetOperationCompletedEvent
          Event fired when a get operation has completed.
 class GetOperationStartedEvent
          Event fired when a get operation has started.
 class MergeOperationCompletedEvent
          Event fired when a get operation has completed.
 class MergeOperationStartedEvent
          Event fired when a merge operation has started.
 class MergingEvent
          Event fired when a file is being merged.
 class NonFatalErrorEvent
          Event fired when a non-fatal error is encountered during processing.
 class OperationCompletedEvent
          Event fired when some kinds of core operations, which may fire other events in the course if its execution, have completed.
 class OperationStartedEvent
          Event fired when some kinds of core operations, which may fire other events in the course if its execution, have started.
 class PendingChangeEvent
          Information for many kinds of events fired from pending changes.
 class PendOperationCompletedEvent
          Event fired when a pend operation has completed.
 class PendOperationStartedEvent
          Event fired when a pend operation has started.
 class ResolveConflictCompletedEvent
          EVent fired when a conlict has been resolved.
 class ResolveConflictsCompletedEvent
          Event fired when a conlict has been resolved.
 class ResolveConflictsStartedEvent
          Event fired when conflict resolution has started.
 class ResolveConflictStartedEvent
          Event fired when conflict resolution has started.
 class RollbackOperationCompletedEvent
          Event fired when a rollback operation has completed.
 class RollbackOperationStartedEvent
          Event fired when a rollback operation has started.
 class ScannerModifiedFilesEvent
          Event fired when the local workspace scanner modifies on-disk files during a scan.
 class ShelveEvent
          Event fired when pending changes have been successfully shelved.
 class UndoOperationCompletedEvent
          Event fired when an undo operation has completed.
 class UndoOperationStartedEvent
          Event fired when an undo operation has completed.
 class UnshelveShelvesetCompletedEvent
          Event fired when an unshelve operation has completed.
 class UnshelveShelvesetStartedEvent
          Event fired when an unshelve operation has started.
 class WorkspaceCacheFileReloadedEvent
          Event fired when Workstation reloads its workspace cache file.
 class WorkspaceEvent
          Event fired when a workspace is created, deleted, etc.
 class WorkspaceUpdatedEvent
          Event fired when a workspace is updated.
 class WorkstationNonFatalErrorEvent
          Event fired when Workstation encounters non-fatal errors processing workspace updates.
 

Uses of CoreClientEvent in com.microsoft.tfs.core.clients.workitem.events
 

Subclasses of CoreClientEvent in com.microsoft.tfs.core.clients.workitem.events
 class WorkItemSaveEvent
           
 

Uses of CoreClientEvent in com.microsoft.tfs.core.pendingcheckin.events
 

Subclasses of CoreClientEvent in com.microsoft.tfs.core.pendingcheckin.events
 class AffectedTeamProjectsChangedEvent
           Event fired when the collection of affected team projects changes in a PendingCheckinPendingChanges object.
 class CheckedPendingChangesChangedEvent
           Event fired when the pending changes that are "checked" in the user interface changes in a PendingCheckinPendingChanges object.
 class CheckedWorkItemsChangedEvent
           Event fired when the work items that are "checked" in the user interface changes in a PendingCheckinWorkItems object.
 class CommentChangedEvent
           Event fired when the user's check-in comment text changes in a PendingCheckinWorkItems object.
 class NotesChangedEvent
           Event fired when the user's check-in notes change in a PendingCheckinNotes object.
 



© 2015 Microsoft. All rights reserved.