Interface AppLauncher.LaunchListener

Enclosing class:
AppLauncher

public static interface AppLauncher.LaunchListener
  • Method Summary

    Modifier and Type Method Description
    void completed​(java.lang.Throwable exception)  
    void starting()  
  • Method Details

    • starting

      void starting()
    • completed

      void completed​(java.lang.Throwable exception)