public static interface

ActionCell.Delegate

com.google.gwt.cell.client.ActionCell.Delegate<T>

Class Overview

The delegate that will handle events from the cell.

Summary

Public Methods
abstract void execute(T object)
Perform the desired action on the given object.

Public Methods

public abstract void execute (T object)

Perform the desired action on the given object.

Parameters
object the object to be acted upon