Package 

Interface IThingDevEventListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onDpUpdate(int from, String devId, Map<String, Object> businessData, String dps)
      abstract void onStatusChanged(int from, String devId, int online) online status change
      abstract void onMeshRelationChanged(String meshId, String devId)
      abstract void onSubDevRelationChanged(String meshId, String devId)
      abstract void onNetworkStatusChanged(boolean available)
      abstract void onDevInfoUpdate(String meshId, String devId, int mode)
      abstract void onMqttEvent(Object bean)
      • Methods inherited from class java.lang.Object

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

      • onDpUpdate

         abstract void onDpUpdate(int from, String devId, Map<String, Object> businessData, String dps)
      • onStatusChanged

         abstract void onStatusChanged(int from, String devId, int online)

        online status change

        Parameters:
        from - source
      • onDevInfoUpdate

         abstract void onDevInfoUpdate(String meshId, String devId, int mode)