Package com.jbidwatcher.auction.server

Examples of com.jbidwatcher.auction.server.ServerMenu


   * @brief Build a menu that can be added to the JBidwatcher standard
   * menu, to do eBay-specific things.
   *
   */
  public ServerMenu establishMenu() {
    ServerMenu esm = new ebayServerMenu(this.getFriendlyName(), Constants.EBAY_DISPLAY_NAME, 'b');
    esm.initialize();

    return esm;
  }
View Full Code Here

TOP

Related Classes of com.jbidwatcher.auction.server.ServerMenu

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.