org.hackystat.tickertape.ticker
Class PortfolioTransitionTicker

java.lang.Object
  extended by org.hackystat.tickertape.ticker.PortfolioTransitionTicker
All Implemented Interfaces:
Ticker

public class PortfolioTransitionTicker
extends java.lang.Object
implements Ticker

A Ticker.

Author:
Philip Johnson

Constructor Summary
PortfolioTransitionTicker()
           
 
Method Summary
 void run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortfolioTransitionTicker

public PortfolioTransitionTicker()
Method Detail

run

public void run(Tickertape tickertape,
                TickerLingua tickerLingua,
                java.util.logging.Logger logger)
The run method for this ticker.

Specified by:
run in interface Ticker
Parameters:
tickertape - The Tickertape instance indicating what to do.
tickerLingua - The TickerLingua instance with global data info.
logger - The logger to be used to communicate status.