101102103104105106107108109110111
@Override public void handleConnectionFinished(final ProcessControllerClient client) { } }); client.requestProcessInventory(); } catch(IOException e) { throw new StartException(e); } this.client = client; }