Interface CellMouseDownHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a cell receives a mousedown event.
-
Method Details
-
onCellMouseDown
Called when a cell receives a mousedown event.- Parameters:
event
- the event
-