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

java.lang.Object
  extended by net.sf.doolin.gui.action.support.ViewOpenerDelegate<T>
Type Parameters:
T - Type of data
All Implemented Interfaces:
ActionDelegate<T>

public class ViewOpenerDelegate<T>
extends Object
implements ActionDelegate<T>

Delegate that opens a view

Author:
Damien Coraboeuf (x74639)

Constructor Summary
ViewOpenerDelegate()
           
 
Method Summary
 void call(ActionContext actionContext, T parameter)
          Calls the delegate
 ViewOpener<T> getViewOpener()
          Gets the view opener.
 void setViewOpener(ViewOpener<T> viewOpener)
          Sets the view opener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewOpenerDelegate

public ViewOpenerDelegate()
Method Detail

call

public void call(ActionContext actionContext,
                 T parameter)
Description copied from interface: ActionDelegate
Calls the delegate

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

getViewOpener

public ViewOpener<T> getViewOpener()
Gets the view opener.

Returns:
the view opener

setViewOpener

public void setViewOpener(ViewOpener<T> viewOpener)
Sets the view opener.

Parameters:
viewOpener - the new view opener


Copyright © 2011. All Rights Reserved.