edu.columbia.human
Class GridClickEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.columbia.human.GridClickEvent
All Implemented Interfaces:
java.io.Serializable

public class GridClickEvent
extends java.util.EventObject

Event fired when a human clicks in a grid cell.

Version:
0.1

User: aaron Date: Sep 28, 2006 Time: 9:38:38 AM

Author:
aaron@cs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GridClickEvent(java.lang.Object source, HumanPenteGridCell theCell)
           
 
Method Summary
 HumanPenteGridCell getCell()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridClickEvent

public GridClickEvent(java.lang.Object source,
                      HumanPenteGridCell theCell)
Method Detail

getCell

public HumanPenteGridCell getCell()