public class WorkAdapter extends Object implements WorkListener
| Constructor and Description |
|---|
WorkAdapter() |
| 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
|
public void workAccepted(WorkEvent e)
WorkListenerworkAccepted in interface WorkListenere - the eventpublic void workCompleted(WorkEvent e)
WorkListenerworkCompleted in interface WorkListenere - the eventpublic void workRejected(WorkEvent e)
WorkListenerworkRejected in interface WorkListenere - the eventpublic void workStarted(WorkEvent e)
WorkListenerworkStarted in interface WorkListenere - the eventCopyright © 2012 JBoss by Red Hat. All Rights Reserved.