Uses of Interface
org.jbpm.executor.AsynchronousJobListener
-
Packages that use AsynchronousJobListener Package Description org.jbpm.executor.impl org.jbpm.executor.impl.event -
-
Uses of AsynchronousJobListener in org.jbpm.executor.impl
Methods in org.jbpm.executor.impl that return types with arguments of type AsynchronousJobListener Modifier and Type Method Description List<AsynchronousJobListener>
ExecutorServiceImpl. getAsyncJobListeners()
Methods in org.jbpm.executor.impl with parameters of type AsynchronousJobListener Modifier and Type Method Description void
ExecutorServiceImpl. addAsyncJobListener(AsynchronousJobListener listener)
void
ExecutorServiceImpl. removeAsyncJobListener(AsynchronousJobListener listener)
-
Uses of AsynchronousJobListener in org.jbpm.executor.impl.event
Methods in org.jbpm.executor.impl.event that return types with arguments of type AsynchronousJobListener Modifier and Type Method Description List<AsynchronousJobListener>
ExecutorEventSupport. getEventListeners()
Methods in org.jbpm.executor.impl.event with parameters of type AsynchronousJobListener Modifier and Type Method Description void
ExecutorEventSupport. addEventListener(AsynchronousJobListener listener)
void
ExecutorEventSupport. removeEventListener(AsynchronousJobListener listener)
-