bibliothek.gui.dock.util
Interface BackgroundAlgorithmListener


public interface BackgroundAlgorithmListener

A listener that is added to a BackgroundAlgorithm, the listener gets informed if properties of the algorithm changed.

Author:
Benjamin Sigg

Method Summary
 void transparencyChanged(BackgroundAlgorithm algorithm, Transparency transparency)
          Called when the transparency of algorithm changed to transparency.
 

Method Detail

transparencyChanged

void transparencyChanged(BackgroundAlgorithm algorithm,
                         Transparency transparency)
Called when the transparency of algorithm changed to transparency.

Parameters:
algorithm - the algorithm whose transparency changed
transparency - the new property