com.microsoft.tfs.core.clients.versioncontrol.events
Interface WorkspaceUpdatedListener

All Superinterfaces:
java.util.EventListener

public interface WorkspaceUpdatedListener
extends java.util.EventListener

Defines an interface for listeners of changes in workspace metatdata (name, comment, etc.).

Since:
TEE-SDK-10.1

Method Summary
 void onWorkspaceUpdated(WorkspaceUpdatedEvent e)
          Fired when a workspace is modified through its update() method.
 

Method Detail

onWorkspaceUpdated

void onWorkspaceUpdated(WorkspaceUpdatedEvent e)
Fired when a workspace is modified through its update() method.

Parameters:
e - the WorkspaceUpdatedEvent (must not be null)


© 2015 Microsoft. All rights reserved.