Class TextPileView

java.lang.Object
  extended by TextPileView
All Implemented Interfaces:
IPileView

public class TextPileView
extends java.lang.Object
implements IPileView

This class implements IPileView for the text-based program. The update method does not do anything because the piles do not update independently in the text-based implementation.

Author:
Group 6
ab68 Arup Banerjee
rau Robert Buechler
pp25 Patrick Paczkowski
orl Oriana Lisker

Constructor Summary
TextPileView()
           
 
Method Summary
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPileView

public TextPileView()
Method Detail

update

public void update()
Specified by:
update in interface IPileView