Interface DebuggingModule
-
@Module public interface DebuggingModule
This 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 theLogDebugListener
is bound into the set ofIInterpreterListener
s.
-
-
-
Method Detail
-
provideDebugListener
@Provides @ElementsIntoSet static Set<IInterpreterListener> provideDebugListener(dagger.Lazy<LogDebugListener> impl)
In case debug logging is activated, an instance of theLogDebugListener
is bound into the set ofIInterpreterListener
s.
-
-