public class CursorListener extends DefaultFSMouseListener
Constructor and Description |
---|
CursorListener() |
Modifier and Type | Method and Description |
---|---|
void |
onMouseOver(BasicPanel panel,
Box box)
Sent when the mouse moves over a Box in the render tree.
|
onMouseDragged, onMouseOut, onMousePressed, onMouseUp, reset
public void onMouseOver(BasicPanel panel, Box box)
onMouseOver
in interface FSMouseListener
onMouseOver
in class DefaultFSMouseListener
panel
- the panel where the box is displayedbox
- the box the mouse has just moved over