cscie160.hw6
Class TSWithdrawer

java.lang.Object
  |
  +--cscie160.hw6.AccountHolder
        |
        +--cscie160.hw6.TSWithdrawer
All Implemented Interfaces:
ATMParams, java.lang.Runnable

public class TSWithdrawer
extends AccountHolder


Field Summary
 
Fields inherited from interface cscie160.hw6.ATMParams
CHECKTESTS, DEPOSITOR, INITIAL_DEPOSIT, ITERATIONS, MMAX_PRIORITY, MMIN_PRIORITY, NORM_PRIORITY, SLEEPTIME, TSDEPOSITOR, TSWITHDRAWER, WITHDRAWER
 
Constructor Summary
TSWithdrawer(cscie160.hw6.Account mAccount)
          | Constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class cscie160.hw6.AccountHolder
createAccountHolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSWithdrawer

public TSWithdrawer(cscie160.hw6.Account mAccount)
| Constructor.

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class AccountHolder