Package com.whatevernot.util

Examples of com.whatevernot.util.NullTimer


   * Return an engine implementation to the caller.
   * @return An engine to handle requests.
   */
  public static IEngine makeEngine()
  {
    return makeEngine(new NullTimer());
  }
View Full Code Here

TOP

Related Classes of com.whatevernot.util.NullTimer

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.