Package comunicacion

Examples of comunicacion.LogFile


   
      // Creamos los elementos comunes del sistema:
   
      // Monitores:
   
      LogFile log     = new LogFile("SMAlog");
      Pizarra pizarra    = new Pizarra();
     
     
      // El agente interfaz instancia de momento al de busqueda
      AgenteInterfaz interfaz = new AgenteInterfaz(log, pizarra);
View Full Code Here

TOP

Related Classes of comunicacion.LogFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.