tweed.action
Interface ContextAction

All Superinterfaces:
Contextualized
All Known Implementing Classes:
ContextualizedAction

public interface ContextAction
extends Contextualized

An abstraction of operations which can be ran by an ActionPerformer.

Version:
$Id$
Author:
Laurent Caillette

Method Summary
 ResponsivenessImpact getResponsivenessImpact()
           
 void perform(java.lang.Object parameter)
           
 
Methods inherited from interface tweed.context.Contextualized
getContext
 

Method Detail

perform

public void perform(java.lang.Object parameter)

getResponsivenessImpact

public ResponsivenessImpact getResponsivenessImpact()


Copyright © 2003 Laurent Caillette. All Rights Reserved.