InactiveState

protected inner class InactiveState(aName: String, stateStatistics: Boolean = false) : Resource.ResourceState(source)

Constructors

Link copied to clipboard
constructor(aName: String, stateStatistics: Boolean = false)

Functions

Link copied to clipboard
protected open override fun onEnter()

can be overwritten by subclasses to perform work when the state is entered

Link copied to clipboard
protected open override fun onExit()

can be overwritten by subclasses to perform work when the state is exited