brlandry
Class GrandfatherPileController

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--brlandry.GrandfatherPileController
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener

public class GrandfatherPileController
extends java.awt.event.MouseAdapter

This object controls events that occur over a particular PileView object. These events include mouseReleased


Field Summary
protected  PileView source
           
protected  GrandfatherClock theGame
           
 
Constructor Summary
GrandfatherPileController(GrandfatherClock theGame, PileView source)
           
 
Method Summary
 void mouseReleased(java.awt.event.MouseEvent me)
          Completes a Drag event
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mousePressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theGame

protected GrandfatherClock theGame

source

protected PileView source
Constructor Detail

GrandfatherPileController

public GrandfatherPileController(GrandfatherClock theGame,
                                 PileView source)
Method Detail

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent me)
Completes a Drag event

Specified by:
mouseReleased in interface java.awt.event.MouseListener
Overrides:
mouseReleased in class java.awt.event.MouseAdapter