home *** CD-ROM | disk | FTP | other *** search
- import java.io.IOException;
-
- public abstract class c20 implements c16 {
- // $FF: renamed from: FC anFXApplet
- anFXApplet field_0;
- // $FF: renamed from: Hn c20
- c20 field_1;
-
- // $FF: renamed from: Fb (anFXApplet) void
- public void method_0(anFXApplet var1) {
- this.field_0 = var1;
- if (this.field_1 != null) {
- this.field_1.method_0(var1);
- }
-
- }
-
- // $FF: renamed from: EO (c14) java.lang.Object
- public Object method_1(c14 var1) throws IOException {
- if (var1.Bm >= 50) {
- this.field_1 = (c20)var1.EO();
- } else {
- this.field_1 = null;
- }
-
- return this;
- }
-
- // $FF: renamed from: GG () boolean
- public boolean method_2() {
- return this.field_1 != null ? this.field_1.method_2() : false;
- }
- }
-