Package 

Interface PianoIdCallback

    • Method Summary

      Modifier and Type Method Description
      Unit onSuccess(T data) Called when operation has completed successfully.
      Unit onFailure(PianoIdException exception) Called when operation has completed with error.
      • Methods inherited from class java.lang.Object

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

      • onSuccess

         Unit onSuccess(T data)

        Called when operation has completed successfully.

        Parameters:
        data - result data