public KitAssemblyManager() { // t = new Timer(25,this); nb = new NetworkBridge(this, "localhost", 8465, 4); nb.sync(); // t.start(); }
// global public void closeNetworkBridge(int bridgeID) { nb.close(); }