org.oddjob.beanbus
Class StageSupport
java.lang.Object
org.oddjob.beanbus.StageSupport
- All Implemented Interfaces:
- StageNotifier
public class StageSupport
- extends Object
- implements StageNotifier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StageSupport
public StageSupport(StageNotifier source)
fireBatchStarting
public void fireBatchStarting(String description)
fireBatchStarting
public void fireBatchStarting(String description,
Object data)
fireBatchComplete
public void fireBatchComplete()
addStageListener
public void addStageListener(StageListener listener)
- Specified by:
addStageListener in interface StageNotifier
removeStageListener
public void removeStageListener(StageListener listener)
- Specified by:
removeStageListener in interface StageNotifier