ClientContextProvider

interface ClientContextProvider : ContextStateProvider

Interface to provide context of client's element

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun provideState(    contextSetter: ContextSetterInterface,     namespaceAndName: NamespaceAndName,     contextType: ContextType,     stateRequestToken: Int)

Called by ContextManagerInterface when ContextRequester request context. Implementer should update contextSetter using given token(stateRequestToken)

Properties

Link copied to clipboard
abstract val namespaceAndName: NamespaceAndName

The namespace and name of context state which provider will provide.

Inheritors

Link copied to clipboard
Link copied to clipboard