wt.epm.listeners
Interface EPMEventService


public interface EPMEventService



Supported API: true

Extendable: false


Method Summary
 void dispatchCheckInCompleteEvent(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 Detail

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