Uses of Interface
org.jline.shell.JobListener
Packages that use JobListener
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of JobListener in org.jline.shell
Methods in org.jline.shell with parameters of type JobListenerModifier and TypeMethodDescriptionvoidJobManager.addJobListener(JobListener listener) Adds a job listener.voidJobManager.removeJobListener(JobListener listener) Removes a job listener. -
Uses of JobListener in org.jline.shell.impl
Methods in org.jline.shell.impl with parameters of type JobListenerModifier and TypeMethodDescriptionvoidDefaultJobManager.addJobListener(JobListener listener) voidDefaultJobManager.removeJobListener(JobListener listener)