Interface ContextChainStateListener
- All Known Subinterfaces:
DeviceContext
- All Known Implementing Classes:
DeviceContextImpl
public interface ContextChainStateListener
Listens to changes about context chain state.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStateAcquired
(ContextChainState state) Event triggered on context chain state change.
-
Method Details
-
onStateAcquired
Event triggered on context chain state change.- Parameters:
state
- context chain state
-