public static interface

CellPreviewEvent.Handler

implements EventHandler
com.google.gwt.view.client.CellPreviewEvent.Handler<T>
Known Indirect Subclasses

Class Overview

Handler for CellPreviewEvent.

Summary

Public Methods
abstract void onCellPreview(CellPreviewEvent<T> event)
Called when CellPreviewEvent is fired.

Public Methods

public abstract void onCellPreview (CellPreviewEvent<T> event)

Called when CellPreviewEvent is fired.

Parameters
event the CellPreviewEvent that was fired