libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Interface Slider.ValueChangedListener

Enclosing class:
Slider

public static interface Slider.ValueChangedListener

Interface to listen for changes to the value of the slider.

Author:
mzechner

Method Summary
 void changed(Slider slider, float value)
           
 

Method Detail

changed

void changed(Slider slider,
             float value)

libgdx API

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