libgdx API

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

Enclosing class:
List

public static interface List.SelectionListener

Interface for listening to selection changes.

Author:
mzechner

Method Summary
 void selected(List list, int selectedIndex, java.lang.String selection)
           
 

Method Detail

selected

void selected(List list,
              int selectedIndex,
              java.lang.String selection)

libgdx API

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