org.openpermis.editor.policy.gui
Class ActionForwarder
java.lang.Object
org.openpermis.editor.policy.gui.ActionForwarder
- All Implemented Interfaces:
- ActionListener, EventListener
public class ActionForwarder
- extends Object
- implements ActionListener
Action listener that triggers an action on execution.
- Since:
- 0.1.0
Field Summary |
static String |
COMMAND
Default command used to trigger the action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMAND
public static final String COMMAND
- Default command used to trigger the action.
- Constant Field Value:
"action"
- Since:
- 0.1.0
ActionForwarder
public ActionForwarder(Action action)
- Creates a new action listener.
- Notes:
- Uses
COMMAND
as command.
- Parameters:
action
- the action to execute.- Since:
- 0.1.0
ActionForwarder
public ActionForwarder(Action action,
String command)
- Creates a new action listener.
- Parameters:
action
- the action to execute.command
- the command to issue.- Since:
- 0.1.0
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
- Since:
- 0.1.0
PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:33
Copyright (c) 2002-2007 Ergon Informatik AG