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

All Superinterfaces:
java.util.EventListener

public interface PolicyEvaluatorStateChangedListener
extends java.util.EventListener

Defines an interface for listeners of the PolicyEvaluatorStateChangedEvent.

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

Method Summary
 void onPolicyEvaluatorStateChanged(PolicyEvaluatorStateChangedEvent e)
          Invoked when the state of a (PolicyEvaluator) has changed.
 

Method Detail

onPolicyEvaluatorStateChanged

void onPolicyEvaluatorStateChanged(PolicyEvaluatorStateChangedEvent e)
Invoked when the state of a (PolicyEvaluator) has changed.

Parameters:
e - the event that describes the changes.


© 2015 Microsoft. All rights reserved.