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 voidExecutorServiceImpl. addAsyncJobListener(AsynchronousJobListener listener)voidExecutorServiceImpl. 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 voidExecutorEventSupport. addEventListener(AsynchronousJobListener listener)voidExecutorEventSupport. removeEventListener(AsynchronousJobListener listener)
-