public static interface

ColumnSortEvent.Handler

implements EventHandler
com.google.gwt.user.cellview.client.ColumnSortEvent.Handler
Known Indirect Subclasses

Class Overview

Handler for ColumnSortEvent.

Summary

Public Methods
abstract void onColumnSort(ColumnSortEvent event)
Called when ColumnSortEvent is fired.

Public Methods

public abstract void onColumnSort (ColumnSortEvent event)

Called when ColumnSortEvent is fired.

Parameters
event the ColumnSortEvent that was fired