Package net.sf.robocode.host.events

Examples of net.sf.robocode.host.events.EventManager


  private double firedHeat;

  BasicRobotProxy(IRobotItem specification, IHostManager hostManager, IRobotPeer peer, RobotStatics statics) {
    super(specification, hostManager, peer, statics);

    eventManager = new EventManager(this);

    graphicsProxy = new Graphics2DSerialized();

    // dummy
    execResults = new ExecResults(null, null, null, null, null, false, false, false);
View Full Code Here

TOP

Related Classes of net.sf.robocode.host.events.EventManager

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.