com.jgoodies.common.internal
Interface IActionObject

All Known Subinterfaces:
IActionBean

public interface IActionObject

Describes an object that can look up an Action for a given Action name.

Note: This class is not part of the public JGoodies Common API. It's intended for implementation purposes only. The class's API may change at any time.

Since:
1.4
Version:
$Revision: 1.1 $
Author:
Karsten Lentzsch

Method Summary
 Action getAction(String actionName)
          Looks up and returns an Action for the given action name.
 

Method Detail

getAction

Action getAction(String actionName)
Looks up and returns an Action for the given action name.

Parameters:
actionName - the string used to look up the Action
Returns:
the Action with the given action name - if any
Throws:
NullPointerException - if actionName is null


Copyright © 2009-2012 JGoodies Karsten Lentzsch. All Rights Reserved.