|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.CoreClientEvent
com.microsoft.tfs.core.checkinpolicies.events.PolicyStateChangedEvent
public final class PolicyStateChangedEvent
Event fired when the state of a PolicyInstance
object has changed
because of initialization or evaluation.
Constructor Summary | |
---|---|
PolicyStateChangedEvent(EventSource source,
PolicyFailure[] failures,
PolicyInstance policy)
Describes the policy state change. |
Method Summary | |
---|---|
PolicyFailure[] |
getFailures()
|
PolicyInstance |
getPolicy()
|
Methods inherited from class com.microsoft.tfs.core.clients.CoreClientEvent |
---|
getEventSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolicyStateChangedEvent(EventSource source, PolicyFailure[] failures, PolicyInstance policy)
source
- the source of the change (must not be null
)failures
- the failures that accompany the change (may be null).policy
- the policy that changed (must not be null
)Method Detail |
---|
public PolicyFailure[] getFailures()
public PolicyInstance getPolicy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |