public interface AsynchronousJobListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
afterJobCancelled(AsynchronousJobEvent event) |
void |
afterJobExecuted(AsynchronousJobEvent event) |
void |
afterJobScheduled(AsynchronousJobEvent event) |
void |
beforeJobCancelled(AsynchronousJobEvent event) |
void |
beforeJobExecuted(AsynchronousJobEvent event) |
void |
beforeJobScheduled(AsynchronousJobEvent event) |
void beforeJobScheduled(AsynchronousJobEvent event)
void afterJobScheduled(AsynchronousJobEvent event)
void beforeJobExecuted(AsynchronousJobEvent event)
void afterJobExecuted(AsynchronousJobEvent event)
void beforeJobCancelled(AsynchronousJobEvent event)
void afterJobCancelled(AsynchronousJobEvent event)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.