Package io.github.astrapi69.design.pattern.state.button
package io.github.astrapi69.design.pattern.state.button
-
ClassDescriptionButtonState<ST>The interface
ButtonStaterepresents a state in a button state machine.ButtonStateMachine<T,ST> The abstract classButtonStateMachinecan provide states on buttons.