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 Summary

    Modifier and Type
    Method
    Description
    void
    onComponentReady(T entryPoint)
     
  • Method Details