Package 

Interface IMultiModeActivatorListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(DeviceBean deviceBean) Activator is successful.
      abstract void onFailure(int code, String msg, Object handle) Activator is failure.
      • Methods inherited from class java.lang.Object

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

      • onSuccess

         abstract void onSuccess(DeviceBean deviceBean)

        Activator is successful.

        Parameters:
        deviceBean - bean of device
      • onFailure

         abstract void onFailure(int code, String msg, Object handle)

        Activator is failure.

        Parameters:
        code - error code
        msg - error message
        handle - some detailed error messages, may be null