org.eclipse.cdt.debug.mi.internal.ui.dialogfields
Interface IListAdapter


public interface IListAdapter

Change listener used by ListDialogField and CheckedListDialogField


Method Summary
 void customButtonPressed(DialogField field, int index)
          A button from the button bar has been pressed.
 void selectionChanged(DialogField field)
          The selection of the list has changed.
 

Method Detail

customButtonPressed

void customButtonPressed(DialogField field,
                         int index)
A button from the button bar has been pressed.


selectionChanged

void selectionChanged(DialogField field)
The selection of the list has changed.