Package cz.cuni.mff.abacs.burglar.visual.multithreading

Examples of cz.cuni.mff.abacs.burglar.visual.multithreading.LoadingThread


   
    // load the map:
    this._mapState = MapState.UNLOADED;
    this._map = null;
    this._secondaryMap = null;
    LoadingThread loader = new LoadingThread(this._mapName, this);
    loader.start();
  }
View Full Code Here

TOP

Related Classes of cz.cuni.mff.abacs.burglar.visual.multithreading.LoadingThread

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.