Package 

Interface SecureEntryClock.Callback


  • 
    public interface SecureEntryClock.Callback
    
                        

    Callback interface used for receiving a response on the UI thread.Note: This is not required for calling syncTime but it isimportant to note that the call will always be asynchronous.

    • Method Summary

      Modifier and Type Method Description
      abstract void onComplete(long offset, Date now)
      abstract void onError()
      • Methods inherited from class java.lang.Object

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