Package wt.epm.listeners
Interface EPMEventService
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchCheckInCompleteEvent(Vector checkedInObjects, ConfigSpec configSpec) Dispatches a EPMEventServiceEvent to indicate that the checkin is complete (added to workspace if needed, build process complete)
Supported API: true
-
Method Details
-
dispatchCheckInCompleteEvent
void dispatchCheckInCompleteEvent(Vector checkedInObjects, ConfigSpec configSpec) throws WTException Dispatches a EPMEventServiceEvent to indicate that the checkin is complete (added to workspace if needed, build process complete)
Supported API: true- Parameters:
checkedInObjects-configSpec-- Throws:
WTException
-