Interface JobListener


public interface JobListener
Listener for command executions. Such listeners must be registered in the OSGi registry and will be called by the CommandProcessor when a command line is executed in a given session.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    jobChanged(Job job, Job.Status previous, Job.Status current)