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
buttonShown
void buttonShown()
buttonHidden
void buttonHidden()
JOSM