public interface WorkListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
workAccepted(WorkEvent e)
Invoked when work is accepted
|
void |
workCompleted(WorkEvent e)
Invoked when work is completed
|
void |
workRejected(WorkEvent e)
Invoked when work is rejected
|
void |
workStarted(WorkEvent e)
Invoked when work is started
|
void workAccepted(WorkEvent e)
e
- the eventvoid workRejected(WorkEvent e)
e
- the eventvoid workStarted(WorkEvent e)
e
- the eventvoid workCompleted(WorkEvent e)
e
- the eventCopyright © 2013 JBoss by Red Hat. All rights reserved.