Interface JobEvent

    • Method Detail

      • getJob

        com.technia.tif.enovia.model.Job getJob()
        Job event trigger on.
        Returns:
        The job
        Since:
        2015.3.0
      • getEventType

        JobEventType getEventType()
        The type of the event, e.g. start, success or error.
        Returns:
        Type of the event
        Since:
        2015.3.0
      • getProgressLogger

        com.technia.tif.core.log.ProgressLogger getProgressLogger()
        Returns:
        The progress logger allowing logging the progress of the event processing.
        Since:
        2021.2.0