Package org.apache.felix.service.command
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 TypeMethodDescriptionvoid
jobChanged
(Job job, Job.Status previous, Job.Status current)
-
Method Details
-
jobChanged
-