marketplace
Class MarketplaceApp

java.lang.Object
  |
  +--marketplace.MarketplaceApp

public class MarketplaceApp
extends java.lang.Object

The MarketplaceApp class implements the marketplace application which allows buyer and seller agents to negotiate when buying and selling items.


Field Summary
(package private)  boolean packFrame
           
 
Constructor Summary
MarketplaceApp()
          Creates a MarketplaceApp object.
 
Method Summary
static void main(java.lang.String[] args)
          Runs the marketplace applicaiton
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packFrame

boolean packFrame
Constructor Detail

MarketplaceApp

public MarketplaceApp()
Creates a MarketplaceApp object.
Method Detail

main

public static void main(java.lang.String[] args)
Runs the marketplace applicaiton
Parameters:
args - the String[] object (not used)