com.microsoft.tfs.core.checkinpolicies.events
Interface PolicyStateChangedListener

All Superinterfaces:
java.util.EventListener

public interface PolicyStateChangedListener
extends java.util.EventListener

Defines an interface for listeners of the PolicyStateChangedEvent.

Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Method Summary
 void onPolicyStateChanged(PolicyStateChangedEvent e)
          Invoked when the state of a checkin policy object ( PolicyInstance) has changed.
 

Method Detail

onPolicyStateChanged

void onPolicyStateChanged(PolicyStateChangedEvent e)
Invoked when the state of a checkin policy object ( PolicyInstance) has changed.

Parameters:
e - the event that describes the changes.


© 2015 Microsoft. All rights reserved.