Interface DebuggingModule
-
@Module public interface DebuggingModuleThis dagger module binds implementations supporting the debugging of SimuLizar simulations.
-
-
Method Summary
Static Methods Modifier and Type Method Description static Set<IInterpreterListener>provideDebugListener(dagger.Lazy<LogDebugListener> impl)In case debug logging is activated, an instance of theLogDebugListeneris bound into the set ofIInterpreterListeners.
-
-
-
Method Detail
-
provideDebugListener
@Provides @ElementsIntoSet static Set<IInterpreterListener> provideDebugListener(dagger.Lazy<LogDebugListener> impl)
In case debug logging is activated, an instance of theLogDebugListeneris bound into the set ofIInterpreterListeners.
-
-