com.microsoft.tfs.core.clients.versioncontrol.events
Class FolderContentChangedEvent

java.lang.Object
  extended by com.microsoft.tfs.core.clients.CoreClientEvent
      extended by com.microsoft.tfs.core.clients.versioncontrol.events.FolderContentChangedEvent

public class FolderContentChangedEvent
extends CoreClientEvent

Since:
TEE-SDK-11.0

Constructor Summary
FolderContentChangedEvent(EventSource source, VersionControlClient client, int changesetID)
           
 
Method Summary
 int getChangesetID()
          If available, the Id of the changeset in which the changes were committed.
 VersionControlClient getClient()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.CoreClientEvent
getEventSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderContentChangedEvent

public FolderContentChangedEvent(EventSource source,
                                 VersionControlClient client,
                                 int changesetID)
Method Detail

getClient

public VersionControlClient getClient()
Returns:
the client where this folder data changed (may be null)

getChangesetID

public int getChangesetID()
If available, the Id of the changeset in which the changes were committed. An Id value of -1 indicates that the changeset is not available like in the case of items destroyed.



© 2015 Microsoft. All rights reserved.