Interface DeviceRemovedHandler

All Known Subinterfaces:
ContextChainHolder, DeviceManager, OFPManager, RoleManager, RpcManager, StatisticsManager
All Known Implementing Classes:
ContextChainHolderImpl, DeviceManagerImpl, RoleManagerImpl, RpcManagerImpl, StatisticsManagerImpl

public interface DeviceRemovedHandler
Represents handler for device that was disconnected but needs to be removed from it's manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method is used to propagate information about device being removed from manager.
  • Method Details

    • onDeviceRemoved

      void onDeviceRemoved(DeviceInfo deviceInfo)
      Method is used to propagate information about device being removed from manager.