com.altair.hwm.interfaces.loadsubmission
Interface IHWMJobListener

All Known Implementing Classes:
HWMTest

public interface IHWMJobListener

Title: IHWMJobListener Description: The interface for the listener for jobs Implemented by : com.altair.hwm.toolkit.caedatamodel.HDMRunEntity Company: Altair Engineering, Inc.


Method Summary
 void OnHWMJobCompleted(IHWMJob job)
          This method is called upon completion of the job.
 

Method Detail

OnHWMJobCompleted

void OnHWMJobCompleted(IHWMJob job)
This method is called upon completion of the job.

Parameters:
IHWMJob - job - The job , whose status is completed