Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotifiableStateMachine<T>

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

currentState

currentState: T

onChange

onChange: Observable<T>

stateHistory

stateHistory: T[]

Methods

goTo

  • goTo(state: T): void

notify

  • notify(): void

Generated using TypeDoc