provideState
abstract fun provideState( contextSetter: ContextSetterInterface, namespaceAndName: NamespaceAndName, contextType: ContextType, stateRequestToken: Int)
Content copied to clipboard
Called by ContextManagerInterface when ContextRequester request context. Implementer should update contextSetter using given token(stateRequestToken)
Parameters
contextSetter
the context setter which is used to update state
namespaceAndName
the namespace and name to be updated.
stateRequestToken
the token which should be used to update state.