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. |
mouseEntered
void mouseEntered(int x,
int y)
- Indicate that a cell was entered.
- Parameters:
x - the x coordinate of the celly - 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 celly - the y coordinate of the cell