StateHandlerBindable

interface StateHandlerBindable

Functions

bindStateHandler
Link copied to clipboard
open fun bindStateHandler(stateHandler: <ERROR CLASS>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

stateHandler
Link copied to clipboard
abstract var stateHandler: <ERROR CLASS>

Inheritors

RoxOperation
Link copied to clipboard
CanvasDecoderDrawable
Link copied to clipboard
LayerBase
Link copied to clipboard
GLSurfaceView
Link copied to clipboard
AbstractRoxSaver
Link copied to clipboard

Extensions

stateHandlerResolve
Link copied to clipboard
inline fun <T> StateHandlerBindable.stateHandlerResolve(): <ERROR CLASS><T>
inline fun <T> StateHandlerBindable.stateHandlerResolve(settings: T?): <ERROR CLASS><T>