net.sf.doolin.gui.action.support
Class NOPActionDelegate<T>
java.lang.Object
net.sf.doolin.gui.action.support.NOPActionDelegate<T>
- Type Parameters:
T - Type of bean for the context
- All Implemented Interfaces:
- ActionDelegate<T>
public class NOPActionDelegate<T>
- extends Object
- implements ActionDelegate<T>
This action does nothing.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOPActionDelegate
public NOPActionDelegate()
call
public void call(ActionContext actionContext,
T parameter)
- Does nothing
- Specified by:
call in interface ActionDelegate<T>
- Parameters:
actionContext - Action contextparameter - Parameter
Copyright © 2011. All Rights Reserved.