gestore
Class Gestore

java.lang.Object
  |
  +--gestore.Gestore
All Implemented Interfaces:
java.lang.Runnable

public class Gestore
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Gestore(Pppizza1.Monitor pol, Pppizza1.Vettorepizzerie pol1, Pppizza1.Vettoreserver pol2, grafica1.Finestra_principale pol3)
          Apre un server socket all'indirizzo 2000 per la comunicazione tra i "server" vede il monitor il vettoreserver e il vettore pizzerie
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gestore

public Gestore(Pppizza1.Monitor pol,
               Pppizza1.Vettorepizzerie pol1,
               Pppizza1.Vettoreserver pol2,
               grafica1.Finestra_principale pol3)
Apre un server socket all'indirizzo 2000 per la comunicazione tra i "server" vede il monitor il vettoreserver e il vettore pizzerie
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable