org.oddjob.beanbus
Class StageSupport

java.lang.Object
  extended by org.oddjob.beanbus.StageSupport
All Implemented Interfaces:
StageNotifier

public class StageSupport
extends Object
implements StageNotifier


Constructor Summary
StageSupport(StageNotifier source)
           
 
Method Summary
 void addStageListener(StageListener listener)
           
 void fireBatchComplete()
           
 void fireBatchStarting(String description)
           
 void fireBatchStarting(String description, Object data)
           
 void removeStageListener(StageListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageSupport

public StageSupport(StageNotifier source)
Method Detail

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