Package 

Interface IThingHomeRoomInfoChangeListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onDeviceRoomInfoUpdate(String devId) the Room of Device Information Update.
      abstract void onGroupRoomInfoUpdate(Long groupId) the Room of Group Information Update.
      abstract void onRoomAdd(String homeId, Long roomId) the Room of Information Update.
      abstract void onRoomDelete(String homeId, Long roomId) the Room of Information Update.
      • Methods inherited from class java.lang.Object

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

      • onDeviceRoomInfoUpdate

         abstract void onDeviceRoomInfoUpdate(String devId)

        the Room of Device Information Update.

        Such as name, etc.

        Parameters:
        devId - The id of the device which you are listening to.
      • onGroupRoomInfoUpdate

         abstract void onGroupRoomInfoUpdate(Long groupId)

        the Room of Group Information Update.

        Such as name, etc.

        Parameters:
        groupId - The id of the Group which you are listening to.
      • onRoomAdd

         abstract void onRoomAdd(String homeId, Long roomId)

        the Room of Information Update.

        Such as name, etc.

        Parameters:
        roomId - The id of the Room which you are listening to.
      • onRoomDelete

         abstract void onRoomDelete(String homeId, Long roomId)

        the Room of Information Update.

        Such as name, etc.

        Parameters:
        roomId - The id of the Room which you are listening to.