This commit is contained in:
x03daop
2015-09-01 10:09:12 +02:00
parent e104c934af
commit f3c57cbe5a
26 changed files with 789 additions and 11 deletions

View File

@@ -3,8 +3,9 @@
*/
import ch.psi.pshell.core.Controller;
import ch.psi.pshell.dev.Device;
import ch.psi.pshell.dev.DeviceListener;
import ch.psi.pshell.device.Device;
import ch.psi.pshell.device.DeviceAdapter;
import ch.psi.pshell.device.DeviceListener;
import ch.psi.pshell.epics.Scienta;
import ch.psi.pshell.plot.LinePlotSeries;
import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection;
@@ -136,11 +137,7 @@ public class XPSSpectrum extends Panel {
btSave.setEnabled(buttonDetailedScan.isEnabled());
}
DeviceListener progressListener = new DeviceListener() {
@Override
public void onStateChanged(Device device, State state, State state1) {
}
DeviceListener progressListener = new DeviceAdapter() {
@Override
public void onValueChanged(Device device, Object o, Object o1) {