tweed.action
Class ActionPerformer
java.lang.Object
|
+--tweed.action.ActionPerformer
- public class ActionPerformer
- extends java.lang.Object
Performs a ContextAction
in a Context
, as a member of the
Context
object.
The ActionPerformer
takes care of the following things:
-
manages the state of the
InputValidationHub
-
TODO: manages threading, depending of expected duration of the action
-
posts
ActionEvent
s
-
takes care of exceptions which could occur
- Version:
- $Id$
- Author:
- Laurent Caillette
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHILDLOGGER_NAME
public static final java.lang.String CHILDLOGGER_NAME
- See Also:
- Constant Field Values
ActionPerformer
public ActionPerformer(Context context)
getLogger
protected org.apache.avalon.framework.logger.Logger getLogger()
getContext
protected Context getContext()
perform
public void perform(ContextAction action,
java.lang.Object parameter)
Copyright © 2003 Laurent Caillette. All Rights Reserved.