Interface AutoServiceListener.ServiceSetter<R,S>

All Known Implementing Classes:
AutoServiceListener.FieldServiceSetter, AutoServiceListener.MethodServiceSetter
Enclosing class:
AutoServiceListener<R>

protected static interface AutoServiceListener.ServiceSetter<R,S>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    set(R receiver, S service)
     
  • Method Details

    • set

      void set(R receiver, S service)
    • getServiceIface

      Class<S> getServiceIface()