Package pl.edu.pw.elka.mmarkiew.model

Examples of pl.edu.pw.elka.mmarkiew.model.SoundManager


  private final View view;
 
  public Controller()
  {
    this.blockingQueue = new LinkedBlockingQueue<QueueEvent>();
    this.sound = new SoundManager();
    this.timer = new Timer();
    this.model = new Model(sound);
    this.view = new View(blockingQueue);

    ExecutorService executor = Executors.newCachedThreadPool();
View Full Code Here

TOP

Related Classes of pl.edu.pw.elka.mmarkiew.model.SoundManager

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.