net.sf.doolin.gui.action.support
Interface ActionDelegate<T>

Type Parameters:
T - Type of the parameter
All Known Implementing Classes:
ActionProxyDelegate, ConverterDelegate, MethodActionDelegate, NOPActionDelegate, SaveInPrefsActionDelegate, ServiceActionDelegate, ViewOpenerDelegate

public interface ActionDelegate<T>

Defines an object that can be called from an action.

Author:
Damien Coraboeuf (x74639)

Method Summary
 void call(ActionContext actionContext, T parameter)
          Calls the delegate
 

Method Detail

call

void call(ActionContext actionContext,
          T parameter)
Calls the delegate

Parameters:
actionContext - Action context
parameter - Parameter


Copyright © 2011. All Rights Reserved.