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
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 |
theGame
protected GrandfatherClock theGame
source
protected PileView source
GrandfatherPileController
public GrandfatherPileController(GrandfatherClock theGame,
PileView source)
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