bibliothek.gui.dock.support.mode
Interface AffectingRunnable


public interface AffectingRunnable

An algorithm that affects the mode of Dockables.

Author:
Benjamin Sigg

Method Summary
 void run(AffectedSet set)
          Executes the algorithm.
 

Method Detail

run

void run(AffectedSet set)
Executes the algorithm.

Parameters:
set - the set of elements that are affected by the algorithm