yostinso
Class GardenRowController

java.lang.Object
  |
  +--SolitaireReleasedAdapter
        |
        +--yostinso.GardenRowController

public class GardenRowController
extends SolitaireReleasedAdapter

Controller object for the GardenRowView element Creation date: (11/29/2001 8:36:21 PM)

See Also:
Serialized Form

Field Summary
protected  int selectionPoint
           
protected  GardenRowView src
           
protected  FlowerGarden theGame
           
 
Constructor Summary
GardenRowController(FlowerGarden theGame, GardenRowView bpv)
          GardenRowController constructor comment.
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent me)
           
 void mousePressed(java.awt.event.MouseEvent me)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

protected GardenRowView src

theGame

protected FlowerGarden theGame

selectionPoint

protected int selectionPoint
Constructor Detail

GardenRowController

public GardenRowController(FlowerGarden theGame,
                           GardenRowView bpv)
GardenRowController constructor comment.

Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent me)

mousePressed

public void mousePressed(java.awt.event.MouseEvent me)