mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
20 lines
538 B
Java
20 lines
538 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.event.ActionEvent;
|
|
import java.awt.event.ActionListener;
|
|
import javax.swing.JCheckBox;
|
|
|
|
class bJ implements ActionListener {
|
|
bJ(bt parambt) {}
|
|
|
|
public void actionPerformed(ActionEvent paramActionEvent) {
|
|
boolean bool = ((JCheckBox)paramActionEvent.getSource()).isSelected();
|
|
this.a.d(bool);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/bJ.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |