wt.build
Interface BuildSourceEventDelegate

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

public interface BuildSourceEventDelegate



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