on Hover
Override this function to perform some kind of action when a button of the group is hovered over
Example implementation:
@Override
public void onHover() {
Global.getLogger(this.getClass()).info("A button in the button group was hovered over");
}
Content copied to clipboard