Interface ButtonGroupListener


public interface ButtonGroupListener
Button listener interface, used to handle changes between individual buttons
Since:
0.1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChange(com.badlogic.gdx.scenes.scene2d.ui.TextButton activeButton)
     
  • Method Details

    • onChange

      void onChange(com.badlogic.gdx.scenes.scene2d.ui.TextButton activeButton)