Package 

Interface OnCompleteHandler


  • 
    public interface OnCompleteHandler
    
                        

    Handler for BluetoothRequests after execution has completed, possibly with an error.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onComplete(Throwable e) Called when a BluetoothRequest completes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait