Uses of Interface
de.tub.citydb.api.controller.LogController

Packages that use LogController
de.tub.citydb.api.registry   
 

Uses of LogController in de.tub.citydb.api.registry
 

Methods in de.tub.citydb.api.registry that return LogController
 LogController ObjectRegistry.getLogController()
           
 

Methods in de.tub.citydb.api.registry with parameters of type LogController
 void ObjectRegistry.setLogController(LogController logController)