Package 

Interface Shell.GetShellCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onShell(@NonNull() Shell shell)
      • Methods inherited from class java.lang.Object

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

      • onShell

         abstract void onShell(@NonNull() Shell shell)
        Parameters:
        shell - the {@code Shell} obtained in the asynchronous operation.