arch-android

//Android/br.com.arch.toolkit.android.statemachine

Package-level declarations

Types

Name Summary
SceneStateMachine [android]
class SceneStateMachine : StateMachine<SceneStateMachine.State>
Implementation of StateMachine This implementation uses the Scene framework to make State transitions
StateMachine [android]
abstract class StateMachine<STATE : StateMachine.State>
A generic state machine for managing application or view states.
ViewStateMachine [android]
class ViewStateMachine : StateMachine<ViewStateMachine.State>
Implementation of StateMachine This implementation uses View Visibility to make State transitions