bibliothek.gui.dock.station.flap.button
Interface ButtonContentListener

All Known Implementing Classes:
ButtonContentValue

public interface ButtonContentListener

A listener that is added to a ButtonContent to receive events when the content changes.

Author:
Benjamin Sigg

Method Summary
 void changed(ButtonContent content, Dockable dockable)
          Called if any property of dockable changed such that a property of content may have changed.
 

Method Detail

changed

void changed(ButtonContent content,
             Dockable dockable)
Called if any property of dockable changed such that a property of content may have changed.

Parameters:
content - the content which may now have a different behavior
dockable - the element which caused the event