59606162636465
* * @param appName The name of the app */ public void removeX11App(String appName) { // Send a message to all other clients that an app has been removed super.send(new XAppsRemoveMessage(appName)); }