Interface CellOutHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCellOut
(CellOutEvent event) Called when the mouse pointer leaves a cell
-
Method Details
-
onCellOut
Called when the mouse pointer leaves a cell- Parameters:
event
- the event
-