Package 

Interface IGwConfigListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onFind(List<DeviceBean> devIds)
      abstract void onDevOnline(DeviceBean gwDevResps)
      abstract void onFindErrorList(List<ConfigErrorRespBean> obj)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onFind

         abstract void onFind(List<DeviceBean> devIds)
      • onDevOnline

         abstract void onDevOnline(DeviceBean gwDevResps)
      • onFindErrorList

         abstract void onFindErrorList(List<ConfigErrorRespBean> obj)