public interface IDeviceMqttProtocolListener<T>
MQTT protocol listener.
abstract void
onResult(T bean)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onResult(T bean)
Callback when responding to your monitored mqtt protocol number.
bean