org.oddjob.monitor.actions
Class ActionProviderBean

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

public class ActionProviderBean
extends Object
implements ActionProvider

An ActionProvider that is a Java Bean.

Author:
rob

Constructor Summary
ActionProviderBean()
           
 
Method Summary
 ExplorerAction[] getExplorerActions()
          Return an array of ExplorerActions.
 void setExplorerActions(ExplorerAction[] actions)
          Setter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionProviderBean

public ActionProviderBean()
Method Detail

setExplorerActions

public void setExplorerActions(ExplorerAction[] actions)
Setter.

Parameters:
actions - The Actions.

getExplorerActions

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

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