Interface ProgressDialog

  • All Implemented Interfaces:

    
    public interface ProgressDialog
    
                        

    This interface represents the processing screen that the App may show while communicating with the 3DS server. It will only be shown once, after hidden or if the Activity is recreated the app need to request a new instance to show.

    Created by Ran Haveshush on 08/10/2018.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void show() Shows the processing screen.
      abstract void hide() Hides the processing screen.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • show

         abstract void show()

        Shows the processing screen.

      • hide

         abstract void hide()

        Hides the processing screen.