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

All Superinterfaces:
java.util.EventListener

public interface PolicyLoadErrorListener
extends java.util.EventListener

Defines an interface for listeners of the PolicyLoadErrorEvent.

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

Method Summary
 void onPolicyLoadError(PolicyLoadErrorEvent e)
          Invoked when a policy instance failed to load.
 

Method Detail

onPolicyLoadError

void onPolicyLoadError(PolicyLoadErrorEvent e)
Invoked when a policy instance failed to load.

Parameters:
e - the event that describes the changes.


© 2015 Microsoft. All rights reserved.