Package 

Interface IDeviceMqttProtocolListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onResult(T bean) Callback when responding to your monitored mqtt protocol number.
      • Methods inherited from class java.lang.Object

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

      • onResult

         abstract void onResult(T bean)

        Callback when responding to your monitored mqtt protocol number.

        Parameters:
        bean - MQTT protocol number model.