Package com.jbidwatcher.auction.server

Examples of com.jbidwatcher.auction.server.ServerMenu.initialize()


   * menu, to do eBay-specific things.
   *
   */
  public ServerMenu establishMenu() {
    ServerMenu esm = new ebayServerMenu(this.getFriendlyName(), Constants.EBAY_DISPLAY_NAME, 'b');
    esm.initialize();

    return esm;
  }

  public void updateHighBid(String auctionId) {
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.