Interface IPileView

All Known Implementing Classes:
GuiPileView, TextPileView

public interface IPileView

This is an interface for the view of a particular pile. It is implemented by GuiPileView for the GUI-based program and TextPileView for the text-based program. The update method for the text-based program contains a blank implementation because the piles do not update their views independently in the text view - each column is completely redrawn after every move.

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

Method Summary
 void update()
           
 

Method Detail

update

void update()