freemind.modes.mindmapmode.actions.xml
Interface ActionFilter

All Known Subinterfaces:
ActionFilter.FinalActionFilter

public interface ActionFilter

Author:
foltin Filter serve for the intersection of commands to be executed. The most useful scenario for these classes is the intersection of the command flow, eg. for collaboration or for storage of the map creation procedure ("map's story").

Nested Class Summary
static interface ActionFilter.FinalActionFilter
           
 
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

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