Files
tustu/app/aK/ThreadedInAkPackage.java
2026-01-11 20:30:56 +00:00

32 lines
620 B
Java

package aK;
class ThreadedInAkPackage extends Thread {
boolean a = false;
e(d paramd) {
super("GPSPublisher");
setDaemon(true);
}
public synchronized void run() {
this.a = true;
while (this.a) {
try {
wait();
} catch (InterruptedException interruptedException) {
interruptedException.printStackTrace();
}
d.a(this.b);
}
}
public synchronized void a() {
notify();
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aK/e.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/