Package hermes.postoffice

Examples of hermes.postoffice.PostOffice


  class TestWorld1 extends World {

    int nUpdates;
   
    public TestWorld1(int nUpdates) {
      super(new PostOffice(5000,5001), new HCamera());
      this.nUpdates = nUpdates;
    }
View Full Code Here


    boolean postUpdated = false;
    boolean setupCalled = false;
    boolean shutdownCalled = false;
   
    public TestWorld2() {
      super(new PostOffice(), new HCamera());
    }
View Full Code Here

TOP

Related Classes of hermes.postoffice.PostOffice

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.