net.sf.doolin.gui.action.support
Class SaveInPrefsActionDelegate<E extends Memento>

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

Constructor Summary
SaveInPrefsActionDelegate()
           
 
Method Summary
 void call(ActionContext actionContext, E parameter)
          Calls the delegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveInPrefsActionDelegate

public SaveInPrefsActionDelegate()
Method Detail

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 context
parameter - Parameter


Copyright © 2011. All Rights Reserved.