Interface DeviceConnectedHandler
- All Known Subinterfaces:
- ContextChainHolder
- All Known Implementing Classes:
- ContextChainHolderImpl
public interface DeviceConnectedHandler
Represents handler for new connected device that will propagate information about
 established connection with device. It is important for correct order in device connection chain.
- 
Method SummaryModifier and TypeMethodDescriptiondeviceConnected(ConnectionContext connectionContext) Method is used to propagate information about established connection with device.
- 
Method Details- 
deviceConnectedMethod is used to propagate information about established connection with device. It propagates connected device's connection context.
 
-