Startup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user