org.pentaho.platform.api.action
Interface ISessionAwareAction

All Superinterfaces:
IAction

public interface ISessionAwareAction
extends IAction

The interface for an Action that wants to be provided with a session.

Since:
3.6
Author:
aphillips
See Also:
IAction

Method Summary
 void setSession(IPentahoSession session)
           
 
Methods inherited from interface org.pentaho.platform.api.action.IAction
execute
 

Method Detail

setSession

void setSession(IPentahoSession session)