Interface OnComponentReadyRunner.OnComponentReadyListener<T>

  • Enclosing class:
    OnComponentReadyRunner

    public static interface OnComponentReadyRunner.OnComponentReadyListener<T>
    Rules should register an implementation of this to get access to the singleton component
    • Method Detail

      • onComponentReady

        void onComponentReady​(T entryPoint)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable