heineman.klondike
Class KlondikeDeckController

java.lang.Object
  |
  +--SolitaireReleasedAdapter
        |
        +--heineman.klondike.KlondikeDeckController

public class KlondikeDeckController
extends SolitaireReleasedAdapter

Controls all mouse actions with the deck. Creation date: (11/11/01 10:57:40 PM)

See Also:
Serialized Form

Field Summary
protected  Deck deck
          The Deck of interest.
protected  Klondike theGame
          The game.
protected  Pile wastePile
          The WastePile of interest.
 
Constructor Summary
KlondikeDeckController(Klondike theGame, Deck d, Pile wastePile)
          KlondikeDeckController constructor comment.
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent me)
          Coordinate reaction to the beginning of a Drag Event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theGame

protected Klondike theGame
The game.


wastePile

protected Pile wastePile
The WastePile of interest.


deck

protected Deck deck
The Deck of interest.

Constructor Detail

KlondikeDeckController

public KlondikeDeckController(Klondike theGame,
                              Deck d,
                              Pile wastePile)
KlondikeDeckController constructor comment.

Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent me)
Coordinate reaction to the beginning of a Drag Event. In this case, no drag is ever achieved, and we simply deal upon the pres.