Uses of Interface
org.apache.felix.service.command.JobListener
-
Packages that use JobListener Package Description org.apache.felix.gogo.runtime org.apache.felix.service.command -
-
Uses of JobListener in org.apache.felix.gogo.runtime
Methods in org.apache.felix.gogo.runtime with parameters of type JobListener Modifier and Type Method Description void
CommandSessionImpl. setJobListener(JobListener listener)
-
Uses of JobListener in org.apache.felix.service.command
Methods in org.apache.felix.service.command with parameters of type JobListener Modifier and Type Method Description void
CommandSession. setJobListener(JobListener listener)
Set the job listener for this session.
-