1
0

Change update DataPoints by a subscription way

This commit is contained in:
Rémi Heredero
2023-05-25 21:17:11 +02:00
parent e780bc860f
commit 4b3a0bedd4
6 changed files with 28 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ public class WebConnector implements DataPointListener {
private WebConnector (){
// Subscribe to the update of DataPoints
DataPointListener.subscribeUpdate(this);
}
public static WebConnector getMySelf(){