Package 

Interface Callback


  • 
    public interface Callback<R extends Object>
    
                        

    Communicates the result of an asynchronous operation. onResult is invoked exactly once per operation.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onResult(R result)
      • Methods inherited from class sqip.Callback

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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