T
- the data type of the HasData
public static interface CellPreviewEvent.Handler<T> extends EventHandler
CellPreviewEvent
.Modifier and Type | Method and Description |
---|---|
void |
onCellPreview(CellPreviewEvent<T> event)
Called when
CellPreviewEvent is fired. |
void onCellPreview(CellPreviewEvent<T> event)
CellPreviewEvent
is fired.event
- the CellPreviewEvent
that was firedCopyright © 2018. All rights reserved.