Examples of resetTime()


Examples of civquest.units.Unit.resetTime()

  public void execute() {
    notifyBefore();

    Unit unit = Game.getMapData().getUnit(unitID);
    unit.resetTime();

    notifyAfter();
  }
}
View Full Code Here

Examples of org.gudy.azureus2.core3.disk.DiskManagerReadRequest.resetTime()

      final int requestedSize =requested.size();
      for (int i =0; i <requestedSize; i++)
      {
        final DiskManagerReadRequest request =(DiskManagerReadRequest) requested.get(i);
        if (request != null)
          request.resetTime(now);
      }
    }finally{

      requested_mon.exit();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.