net.sf.doolin.gui.action.support
Class NOPActionDelegate<T>

java.lang.Object
  extended by 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

Constructor Summary
NOPActionDelegate()
           
 
Method Summary
 void call(ActionContext actionContext, T parameter)
          Does nothing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOPActionDelegate

public NOPActionDelegate()
Method Detail

call

public void call(ActionContext actionContext,
                 T parameter)
Does nothing

Specified by:
call in interface ActionDelegate<T>
Parameters:
actionContext - Action context
parameter - Parameter


Copyright © 2011. All Rights Reserved.