Interface MlsModuleBinds

  • All Implemented Interfaces:

    @Module() 
    public interface MlsModuleBinds
    
                        
    • 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 IDownloaderClient bindIDownloadClient(DownloaderClient downloaderClient)
      abstract IAnnotationListener bindAnnotationListener(AnnotationListener annotationListener)
      abstract IOverlayFactory bindOverlayFactory(OverlayFactory overlayFactory)
      abstract IViewHandler bindViewHandler(ViewHandler viewHandler)
      abstract IVariableKeeper bindVariableKeeper(VariableKeeper variableKeeper)
      abstract AnnotationManager bindAnnotationMediator(AnnotationManagerImpl annotationMediator)
      abstract IAnnotationFactory bindIAnnotationFactory(AnnotationFactory annotationFactory)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • bindIDownloadClient

        @Binds()@Singleton() abstract IDownloaderClient bindIDownloadClient(DownloaderClient downloaderClient)
      • bindAnnotationListener

        @Binds()@Singleton() abstract IAnnotationListener bindAnnotationListener(AnnotationListener annotationListener)
      • bindOverlayFactory

        @Binds()@Singleton() abstract IOverlayFactory bindOverlayFactory(OverlayFactory overlayFactory)
      • bindViewHandler

        @Binds()@Singleton() abstract IViewHandler bindViewHandler(ViewHandler viewHandler)
      • bindVariableKeeper

        @Binds()@Singleton() abstract IVariableKeeper bindVariableKeeper(VariableKeeper variableKeeper)
      • bindAnnotationMediator

        @Binds()@Singleton() abstract AnnotationManager bindAnnotationMediator(AnnotationManagerImpl annotationMediator)
      • bindIAnnotationFactory

        @Binds()@Singleton() abstract IAnnotationFactory bindIAnnotationFactory(AnnotationFactory annotationFactory)