g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IServiceJobStatusListener

All Known Implementing Classes:
ServiceJobView

public interface IServiceJobStatusListener

Status listener for service jobs. This status listener will be notified when status of the service job changes.


Method Summary
 void statusChanged(IServiceJob serviceJob)
          Method invoked when status of the service job changes.
 

Method Detail

statusChanged

void statusChanged(IServiceJob serviceJob)
Method invoked when status of the service job changes.

Parameters:
serviceJob - IServiceJob for which status has changed.

g-Eclipse
Release 1.0.0