org.openstreetmap.josm.gui
Interface ShowHideButtonListener

All Known Implementing Classes:
ChangesetDialog, CommandStackDialog, ConflictDialog, FilterDialog, HistoryDialog, ImageViewerDialog, LayerListDialog, MapPaintDialog, PropertiesDialog, RelationListDialog, SelectionListDialog, ToggleDialog, UserListDialog, ValidatorDialog

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()


JOSM