Class ControllerAggManager
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.sensorthingsmanager.aggregation.ControllerAggManager
-
- All Implemented Interfaces:
javafx.fxml.Initializable
public class ControllerAggManager extends Object implements javafx.fxml.Initializable
- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description ControllerAggManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(URL location, ResourceBundle resources)voidsetService(de.fraunhofer.iosb.ilt.sta.service.SensorThingsService service)
-
-
-
Method Detail
-
initialize
public void initialize(URL location, ResourceBundle resources)
- Specified by:
initializein interfacejavafx.fxml.Initializable
-
setService
public void setService(de.fraunhofer.iosb.ilt.sta.service.SensorThingsService service)
-
-