mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
53 lines
1.1 KiB
Java
53 lines
1.1 KiB
Java
package aR;
|
|
|
|
import aP.NetworkHashMap;
|
|
import d.DComponentCharlie;
|
|
import d.ExceptionInDPackage;
|
|
import d.ArrayListExtensionInDPackage;
|
|
import java.util.Properties;
|
|
|
|
public class ArInterfaceUniform implements DComponentCharlie {
|
|
public String b() {
|
|
return "Exit and Shutdown";
|
|
}
|
|
|
|
public String DComponentCharlie() {
|
|
return "Dashboard Functions";
|
|
}
|
|
|
|
public boolean d() {
|
|
return true;
|
|
}
|
|
|
|
public void a(Properties paramProperties) {
|
|
try {
|
|
NetworkHashMap.a().t();
|
|
} catch (Exception exception) {
|
|
throw new ExceptionInDPackage(exception.getLocalizedMessage());
|
|
}
|
|
}
|
|
|
|
public String a() {
|
|
return "exitAndShutdown";
|
|
}
|
|
|
|
public void b(Properties paramProperties) {}
|
|
|
|
public ArrayListExtensionInDPackage ExceptionInDPackage() {
|
|
return null;
|
|
}
|
|
|
|
public boolean NetworkHashMap() {
|
|
return false;
|
|
}
|
|
|
|
public boolean g() {
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aR/u.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |