com.microsoft.tfs.core.clients.versioncontrol.events
Class WorkspaceEvent.WorkspaceEventSource

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.versioncontrol.events.WorkspaceEvent.WorkspaceEventSource
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
WorkspaceEvent

public static class WorkspaceEvent.WorkspaceEventSource
extends com.microsoft.tfs.util.TypesafeEnum


Field Summary
static WorkspaceEvent.WorkspaceEventSource EXTERNAL
          This event was raised by an action which occurred externally (such as through a cross- process notification from the NotificationManager).
static WorkspaceEvent.WorkspaceEventSource EXTERNAL_SCANNED
          This event was raised by an action which occurred externally, but not through a cross-process notification -- instead, it was discovered by the local workspace scanner.
static WorkspaceEvent.WorkspaceEventSource INTERNAL
          This event was raised by an action which occurred on this VersionControlServer object.
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INTERNAL

public static final WorkspaceEvent.WorkspaceEventSource INTERNAL
This event was raised by an action which occurred on this VersionControlServer object.


EXTERNAL

public static final WorkspaceEvent.WorkspaceEventSource EXTERNAL
This event was raised by an action which occurred externally (such as through a cross- process notification from the NotificationManager). External events can only be received if the notification manager has been started with NotificationManager.Initialize().


EXTERNAL_SCANNED

public static final WorkspaceEvent.WorkspaceEventSource EXTERNAL_SCANNED
This event was raised by an action which occurred externally, but not through a cross-process notification -- instead, it was discovered by the local workspace scanner. Events with this source are raised only for local workspaces (Workspace.Location == WorkspaceLocation.Local).



© 2015 Microsoft. All rights reserved.