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 voidCommandSessionImpl. 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 voidCommandSession. setJobListener(JobListener listener)Set the job listener for this session.
-