Uses of Interface
com.microsoft.tfs.core.checkinpolicies.events.PolicyLoadErrorListener

Packages that use PolicyLoadErrorListener
com.microsoft.tfs.core.checkinpolicies   
 

Uses of PolicyLoadErrorListener in com.microsoft.tfs.core.checkinpolicies
 

Methods in com.microsoft.tfs.core.checkinpolicies with parameters of type PolicyLoadErrorListener
 void PolicyEvaluator.addPolicyLoadErrorListener(PolicyLoadErrorListener listener)
          Adds a listener for the PolicyLoadErrorEvent, which is fired when a policy implementation fails to load during an PolicyEvaluator.evaluate(PolicyContext) or PolicyEvaluator.reloadAndEvaluate(PolicyContext) call.
 void PolicyEvaluator.removePolicyLoadErrorListener(PolicyLoadErrorListener listener)
          Removes a listener for the PolicyLoadErrorEvent, which is fired when a policy implementation fails to load during an PolicyEvaluator.evaluate(PolicyContext) or PolicyEvaluator.reloadAndEvaluate(PolicyContext) call.
 



© 2015 Microsoft. All rights reserved.