org.openstreetmap.josm.gui
Interface ShowHideButtonListener


public interface ShowHideButtonListener

When some component (ToggleDialog, for example) is linked to button and needs information about button showing/hiding events, this interface is used, setting the listener should be implemented by @class HideableButton


Method Summary
 void buttonHidden()
           
 void buttonShown()
           
 

Method Detail

buttonShown

void buttonShown()

buttonHidden

void buttonHidden()