org.oddjob.monitor.actions
Class AccumulatingActionProvider

java.lang.Object
  extended by org.oddjob.monitor.actions.AccumulatingActionProvider
All Implemented Interfaces:
ActionProvider

public class AccumulatingActionProvider
extends Object
implements ActionProvider

An ActionProvider that provides accumulates of other ActionProviderss.

Author:
rob

Constructor Summary
AccumulatingActionProvider()
           
 
Method Summary
 void addProvider(ActionProvider provider)
          Add a provider.
 ExplorerAction[] getExplorerActions()
          Return an array of ExplorerActions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccumulatingActionProvider

public AccumulatingActionProvider()
Method Detail

addProvider

public void addProvider(ActionProvider provider)
Add a provider.

Parameters:
provider -

getExplorerActions

public ExplorerAction[] getExplorerActions()
Description copied from interface: ActionProvider
Return an array of ExplorerActions.

Specified by:
getExplorerActions in interface ActionProvider
Returns:
ExplorerActions. Never null.