Interface EPMEventService


@RemoteInterface public interface EPMEventService


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    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 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