Interface AffectingRunnable


public interface AffectingRunnable
An algorithm that affects the mode of Dockables.
Author:
Benjamin Sigg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the algorithm.
  • Method Details

    • run

      void run(AffectedSet set)
      Executes the algorithm.
      Parameters:
      set - the set of elements that are affected by the algorithm