Files
tustu/app/com/efiAnalytics/tunerStudio/panels/CalibrationWriteProgressHandler.java
johndoe6345789 4d4793798e Add new panels and listeners for enhanced functionality in TunerStudio
- Introduced CheckboxActionListener for handling checkbox actions.
- Added DataLogProfileEditorPanel for managing data log profiles.
- Implemented DeviceDescKeyAdapter and DeviceIdKeyAdapter for key event handling in device configuration.
- Created DeviceFileSelectListener for file selection actions related to device configuration.
- Developed DeviceSelectCallback and DeviceSelectRunnable for handling device selection processes.
- Added DialogCloseListener for closing dialog windows.
- Introduced FieldLimitChangeListener interface for field limit changes.
- Implemented HighSpeedLoggerFieldLimits for managing high-speed logger field limits.
- Created IgnitionLogLoadHandler and IgnitionLogLoadRunnable for handling ignition log loading.
- Added LogDeviceWrapper for wrapping log device information.
- Implemented PanelActionListener for panel actions.
- Developed ProtocolStatsPanel for displaying protocol statistics.
- Created RealTimeDialogCloseListener and RealTimeDisplayPanel for real-time data display.
- Introduced RefTablePropertyStore for managing reference table properties.
- Added TriggerLogger related classes for handling trigger logging functionality.
2026-01-11 05:49:26 +00:00

46 lines
1.2 KiB
Java

package com.efiAnalytics.tunerStudio.panels;
import G.aB;
import G.n;
import G.o;
import bH.D;
import com.efiAnalytics.ui.bV;
import s.g;
class CalibrationWriteProgressHandler implements n {
CalibrationWriteProgressHandler(CalibrationTablePanel paramJ) {}
public void a(double paramDouble) {
this.a.i.b(paramDouble);
}
public void a(o paramo) {
aB.a().e();
if (paramo.a() == 3) {
if (paramo.c() != null) {
String str = paramo.c();
if (str.length() > 150)
str = str.substring(0, 150);
bV.d(g.b("Calibration Table Write Failed!") + "\n" + str, this.a.e);
J.a(this.a, g.b("Calibration Table Write Failed!") + "\n" + str);
D.b("Calibration Table Write Failed!\n" + paramo.c());
} else {
J.a(this.a, g.b("Calibration Table Write Failed!") + "\nUnable to complete write.");
}
} else {
this.a.i.b(1.0D);
J.a(this.a, g.b("Write Complete!"));
J.c(this.a);
}
}
public void e() {
aB.a().d();
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/tunerStudio/panels/O.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/