Interface DeviceDisconnectedHandler
- All Known Subinterfaces:
- ContextChainHolder
- All Known Implementing Classes:
- ContextChainHolderImpl
public interface DeviceDisconnectedHandler
Represents handler for just disconnected device that will propagate device's
 connection context. It is important for correct order in device disconnection chain.
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDeviceDisconnected(ConnectionContext connectionContext) Method is used to propagate information about closed connection with device.
- 
Method Details- 
onDeviceDisconnectedMethod is used to propagate information about closed connection with device. It propagates connected device's connection context.
 
-