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