Package 

Class IExtDevListener

  • All Implemented Interfaces:
    com.thingclips.smart.sdk.api.IDevListener

    
    public abstract class IExtDevListener
     implements IDevListener
                        

    The device status change listener.

    • Method Summary

      Modifier and Type Method Description
      abstract void onDpUpdate(String devId, DpsInfoBean dpsInfoBean) On device data points code updated
      final void onDpUpdate(String devId, String dpStr) empty function,can't override
      • Methods inherited from class com.thingclips.smart.sdk.api.IDevListener

        onDevInfoUpdate, onNetworkStatusChanged, onRemoved, onStatusChanged
      • Methods inherited from class java.lang.Object

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

      • onDpUpdate

         abstract void onDpUpdate(String devId, DpsInfoBean dpsInfoBean)

        On device data points code updated

        Parameters:
        dpsInfoBean - callback params.
      • onDpUpdate

         final void onDpUpdate(String devId, String dpStr)

        empty function,can't override