freemind.controller.actions
Interface ActionFilter


public interface ActionFilter

Author:
foltin TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 ActionPair filterAction(ActionPair pair)
          Each filter receives the action pair and its result is taken as the new action pair.
 

Method Detail

filterAction

public ActionPair filterAction(ActionPair pair)
Each filter receives the action pair and its result is taken as the new action pair.

Parameters:
pair -
Returns: