libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Interface ComboBox.SelectionListener

Enclosing class:
ComboBox

public static interface ComboBox.SelectionListener

Interface for listening to selection events.

Author:
mzechner

Method Summary
 void selected(ComboBox comboBox, int selectionIndex, java.lang.String selection)
           
 

Method Detail

selected

void selected(ComboBox comboBox,
              int selectionIndex,
              java.lang.String selection)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)