support.Ticker
Class BoughtEvent

java.lang.Object
  |
  +--support.Ticker.TickerEvent
        |
        +--support.Ticker.BoughtEvent

public class BoughtEvent
extends TickerEvent


Fields inherited from class support.Ticker.TickerEvent
id_, nshares_, price_
 
Constructor Summary
BoughtEvent(int id, int nshares, int price)
           
 
Method Summary
protected  java.lang.String name()
           
 
Methods inherited from class support.Ticker.TickerEvent
draw, id, price, printInt, printString, printStringRight, setID, setPrice, setSize, size, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

BoughtEvent

public BoughtEvent(int id,
                   int nshares,
                   int price)
Method Detail

name

protected java.lang.String name()
Overrides:
name in class TickerEvent