Package 

Interface View.OnPickCallback


  • 
    public interface View.OnPickCallback
    
                        

    An interface to implement a custom class to receive results of picking queries.

    • Method Summary

      Modifier and Type Method Description
      abstract void onPick(@NonNull() View.PickingQueryResult result) onPick() is called by the specified Handler in pick when the picking queryresult is available.
      • Methods inherited from class java.lang.Object

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