net.sf.doolin.gui.action.support
Class SaveInPrefsActionDelegate<E extends Memento>
java.lang.Object
net.sf.doolin.gui.action.support.SaveInPrefsActionDelegate<E>
- Type Parameters:
E - Type of the parameter
- All Implemented Interfaces:
- ActionDelegate<E>
public class SaveInPrefsActionDelegate<E extends Memento>
- extends Object
- implements ActionDelegate<E>
ActionDelegate implementation that saves its parameter in the
GUIPreferences.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaveInPrefsActionDelegate
public SaveInPrefsActionDelegate()
call
public void call(ActionContext actionContext,
E parameter)
- Description copied from interface:
ActionDelegate
- Calls the delegate
- Specified by:
call in interface ActionDelegate<E extends Memento>
- Parameters:
actionContext - Action contextparameter - Parameter
Copyright © 2011. All Rights Reserved.