mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
stuff
This commit is contained in:
32
app/aK/ThreadedInAkPackage.java
Normal file
32
app/aK/ThreadedInAkPackage.java
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user