Package com.shr4pnel.casino.util
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 TypeMethodDescriptionvoidonChange(com.badlogic.gdx.scenes.scene2d.ui.TextButton activeButton)
-
Method Details
-
onChange
void onChange(com.badlogic.gdx.scenes.scene2d.ui.TextButton activeButton)
-