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