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

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

Classes in com.microsoft.tfs.core.clients.versioncontrol.events used by com.microsoft.tfs.core.checkinpolicies.events
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.).
 

Classes in com.microsoft.tfs.core.clients.versioncontrol.events used by com.microsoft.tfs.core.clients
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.).
 

Classes in com.microsoft.tfs.core.clients.versioncontrol.events used by com.microsoft.tfs.core.clients.versioncontrol
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.).
VersionControlEventEngine
          Coordinates listeners and fires events for VersionControlClient.
 

Classes in com.microsoft.tfs.core.clients.versioncontrol.events used by com.microsoft.tfs.core.clients.versioncontrol.events
BeforeCheckinListener
          Defines an interface for listeners of the PendingChangeEvent.
BeforeShelveListener
          Defines an interface for listeners of the PendingChangeEvent.
BranchCommittedEvent
          Event fired when a branch object has been successfully created or updated.
BranchCommittedListener
          Defines an interface for listeners of the BranchCommittedEvent.
BranchObjectUpdatedEvent
          Event fired when a branch object has been successfully created or updated.
BranchObjectUpdatedListener
          Defines an interface for listeners of the BranchObjectUpdatedEvent.
ChangesetReconciledEvent
           
ChangesetReconciledListener
          Defines an interface for listeners of the ChangesetReconciledEvent.
CheckinEvent
          Event fired when pending changes have been successfully checked in.
CheckinListener
          Defines an interface for listeners of the CheckinEvent.
ConflictEvent
          Information for conflicting changes.
ConflictListener
          Defines an interface for listeners of the ConflictEvent.
ConflictResolvedEvent
          Information for conflict resolution.
ConflictResolvedListener
          Defines an interface for listeners of the ConflictResolvedEvent.
DestroyEvent
          A DestroyEvent represents a single item that was destroyed as a result of a call to VersionControlClient.destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags) .
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.
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
           
FolderContentChangedListener
          Defines an interface for listeners of the FolderContentChangedEvent.
GetCompletedListener
          Defines an interface for listeners of the WorkspaceEvent.
GetEvent
          Event fired when file is retrieved from the server.
GetListener
          Defines an interface for listeners of the GetEvent.
LocalWorkspaceScanListener
           
MergingEvent
          Event fired when a file is being merged.
MergingListener
          Defines an interface for listeners of the MergingEvent.
NewPendingChangeListener
          Defines an interface for listeners of the PendingChangeEvent.
NonFatalErrorEvent
          Event fired when a non-fatal error is encountered during processing.
NonFatalErrorListener
          Defines an interface for listeners of the NonFatalErrorEvent.
OperationCompletedEvent
          Event fired when some kinds of core operations, which may fire other events in the course if its execution, have completed.
OperationCompletedListener
          Defines an interface for listeners of the OperationCompletedEvent.
OperationStartedEvent
          Event fired when some kinds of core operations, which may fire other events in the course if its execution, have started.
OperationStartedListener
          Defines an interface for listeners of the OperationStartedEvent.
PendingChangeCandidatesChangedListener
          Defines an interface for listeners of the WorkspaceEvent.
PendingChangeEvent
          Information for many kinds of events fired from pending changes.
PendingChangesChangedListener
          Defines an interface for listeners of the WorkspaceEvent.
ScannerModifiedFilesEvent
          Event fired when the local workspace scanner modifies on-disk files during a scan.
ScannerModifiedFilesListener
          Interface for listeners of an event fired when a WorkspaceWatcher's scanner changed the on-disk attributes of items that were scanned.
ShelveEvent
          Event fired when pending changes have been successfully shelved.
ShelveListener
          Defines an interface for listeners of the ShelveEvent.
UndonePendingChangeListener
          Defines an interface for listeners of the PendingChangeEvent.
WorkspaceCacheFileReloadedEvent
          Event fired when Workstation reloads its workspace cache file.
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.
WorkspaceEvent
          Event fired when a workspace is created, deleted, etc.
WorkspaceEvent.WorkspaceEventSource
           
WorkspaceUpdatedEvent
          Event fired when a workspace is updated.
WorkspaceUpdatedListener
          Defines an interface for listeners of changes in workspace metatdata (name, comment, etc.).
WorkstationNonFatalErrorEvent
          Event fired when Workstation encounters non-fatal errors processing workspace updates.
WorkstationNonFatalErrorListener
          Defines an interface for listeners of the WorkstationNonFatalErrorEvent.
 

Classes in com.microsoft.tfs.core.clients.versioncontrol.events used by com.microsoft.tfs.core.clients.workitem.events
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.).
 

Classes in com.microsoft.tfs.core.clients.versioncontrol.events used by com.microsoft.tfs.core.pendingcheckin.events
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.).
 



© 2015 Microsoft. All rights reserved.