mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
stuff
This commit is contained in:
43
app/N/NInterfaceBravo.java
Normal file
43
app/N/NInterfaceBravo.java
Normal file
@@ -0,0 +1,43 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user