fr.umlv.lawrence
Interface CursorListener

All Superinterfaces:
EventListener

public interface CursorListener
extends EventListener


Method Summary
 void mouseEntered(int x, int y)
          Indicate that a cell was entered.
 void mouseExited(int x, int y)
          Indicate that a cell was exited.
 

Method Detail

mouseEntered

void mouseEntered(int x,
                  int y)
Indicate that a cell was entered.

Parameters:
x - the x coordinate of the cell
y - the y coordinate of the cell

mouseExited

void mouseExited(int x,
                 int y)
Indicate that a cell was exited.

Parameters:
x - the x coordinate of the cell
y - the y coordinate of the cell