mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
43 lines
777 B
Java
43 lines
777 B
Java
package N;
|
|
|
|
import A.AInterfaceEcho;
|
|
import bS.BsInterfaceOscar;
|
|
import bS.BsInterfaceRomeo;
|
|
|
|
class NInterfaceBravo implements AInterfaceEcho {
|
|
private BsInterfaceOscar b;
|
|
|
|
private BsInterfaceRomeo c;
|
|
|
|
b(a parama, BsInterfaceOscar paramo, BsInterfaceRomeo paramr) {
|
|
this.b = paramo;
|
|
this.c = paramr;
|
|
}
|
|
|
|
public void a() {
|
|
this.b.a();
|
|
a.a(this.a, this);
|
|
}
|
|
|
|
public void b() {}
|
|
|
|
public void c() {}
|
|
|
|
public void d() {}
|
|
|
|
public void AInterfaceEcho() {}
|
|
|
|
public BsInterfaceOscar f() {
|
|
return this.b;
|
|
}
|
|
|
|
public BsInterfaceRomeo g() {
|
|
return this.c;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/N/b.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |