org.oddjob.monitor.actions
Class AccumulatingActionProvider
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccumulatingActionProvider
public AccumulatingActionProvider()
addProvider
public void addProvider(ActionProvider provider)
- Add a provider.
- Parameters:
provider
-
getExplorerActions
public ExplorerAction[] getExplorerActions()
- Description copied from interface:
ActionProvider
- Return an array of
ExplorerAction
s.
- Specified by:
getExplorerActions
in interface ActionProvider
- Returns:
- ExplorerActions. Never null.