(String appName, Runnable function)
| 172 | } |
| 173 | |
| 174 | public static void addNewApp(String appName, Runnable function) { |
| 175 | Apps.appButtons.putIfAbsent(appName, function); |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Please use this instead of the regular "System.out.println()" |
no outgoing calls
no test coverage detected