com.mucommander.ui.combobox
Interface ComboBoxListener

All Known Subinterfaces:
EditableComboBoxListener
All Known Implementing Classes:
AuthDialog, KeyboardShortcutChooser, ShellComboBox

public interface ComboBoxListener

Interface to be implemented by classes that wish to be notified of selections occuring on a SaneComboBox.

Author:
Maxence Bernard

Method Summary
 void comboBoxSelectionChanged(SaneComboBox source)
          This method is called when an item has been selected from the specified combo box popup menu.
 

Method Detail

comboBoxSelectionChanged

void comboBoxSelectionChanged(SaneComboBox source)
This method is called when an item has been selected from the specified combo box popup menu. The item may have been selected either with the 'Enter' key, or by clicking on the item.

Parameters:
source - the SaneComboBox on which the event was triggered


This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard