Commit 7d19ccef authored by Gino Tosti's avatar Gino Tosti
Browse files

converted parameter of allValueListener from int to double

parent 5060dec0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ public class baciHelper {
		this.commL=cl;
	}
	
	public void addValueListener(String name, int samplingInt, int publInt) throws IOException, OnChangeNotSupportedException {
	public void addValueListener(String name, double samplingInt, double publInt) throws IOException, OnChangeNotSupportedException {
		dataAccess.get(name).setSamplingInterval(samplingInt);
		dataAccess.get(name).setPublishingInterval(publInt);
		dataAccess.get(name).addValueChangeListener(new myValueListener());