mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
35 lines
647 B
Java
35 lines
647 B
Java
package bt;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
public class BtInterfaceBh {
|
|
private static bH a = null;
|
|
|
|
private final List b = new ArrayList();
|
|
|
|
public static bH a() {
|
|
if (a == null)
|
|
a = new bH();
|
|
return a;
|
|
}
|
|
|
|
public void a(bG parambG) {
|
|
this.b.add(parambG);
|
|
}
|
|
|
|
public void b(bG parambG) {
|
|
this.b.remove(parambG);
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
for (bG bG : this.b)
|
|
bG.c(paramBoolean);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bt/bH.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |