support.Ticker
Class UserInterface

java.lang.Object
  |
  +--support.Ticker.UserInterface

public class UserInterface
extends java.lang.Object

Graphical User Interface for the stock market ticker exercise. Invoked by support.Ticker.Ticker, this class runs the show by receiving user input, forwarding it appropriately to an instance of stockmarket.MarketMaker.

Author:
Andrew Schwerin (schwerin)

Constructor Summary
UserInterface(stockmarket.MarketMaker maker)
          Create a GUI and prepare it for the interaction process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInterface

public UserInterface(stockmarket.MarketMaker maker)
Create a GUI and prepare it for the interaction process.
Parameters:
MarketMaker - maker a working instance of the MarketMaker class.