mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
24 lines
462 B
Java
24 lines
462 B
Java
package bh;
|
|
|
|
import i.IComponentJuliet;
|
|
|
|
class BhInterfaceDelta implements IComponentJuliet {
|
|
long a = 0L;
|
|
|
|
d(b paramb) {}
|
|
|
|
public void a() {
|
|
this.a = System.currentTimeMillis();
|
|
}
|
|
|
|
public void b() {
|
|
if (System.currentTimeMillis() - 3000L > 0L)
|
|
this.b.f(false);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bh/d.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |