wt.build
Interface BuildTargetEventDelegate

All Known Implementing Classes:
BuildRuleBuildTargetPreDeleteEventDelegate, BuildRuleCheckOutEventDelegate, BuildRuleUndoCheckOutEventDelegate, EPMBuildRuleCheckinEventDelegate, EPMBuildRuleCheckoutEventDelegate, EPMBuildRuleUndoCheckoutEventDelegate, EPMBuildSandboxCheckinEventDelegate, EPMBuildSandboxCheckoutEventDelegate, EPMBuildSandboxUndoCheckoutEventDelegate, EPMBuildTargetEventDelegate, ObjectToObjectLinkBuildRuleCheckInEventDelegate, ObjectToVersionLinkBuildRuleCheckInEventDelegate, VersionToVersionLinkBuildRuleCheckInEventDelegate

public interface BuildTargetEventDelegate



Supported API: false

Extendable: false


Method Summary
 void processEvent(BuildRule[] buildRules, KeyedEvent event)
          

Supported API: false
 

Method Detail

processEvent

public void processEvent(BuildRule[] buildRules,
                         KeyedEvent event)
                  throws WTException


Supported API: false

Parameters:
buildRules -
event -
Throws:
WTException