Package com.google.gwt.view.client
Interface CellPreviewEvent.Handler<T>
-
- Type Parameters:
T
- the data type of theHasData
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
AbstractCellTable.CellTableKeyboardSelectionHandler
,AbstractHasData.DefaultKeyboardSelectionHandler
,DefaultSelectionEventManager
- Enclosing class:
- CellPreviewEvent<T>
public static interface CellPreviewEvent.Handler<T> extends EventHandler
Handler forCellPreviewEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCellPreview(CellPreviewEvent<T> event)
Called whenCellPreviewEvent
is fired.
-
-
-
Method Detail
-
onCellPreview
void onCellPreview(CellPreviewEvent<T> event)
Called whenCellPreviewEvent
is fired.- Parameters:
event
- theCellPreviewEvent
that was fired
-
-