T - the type that this delegate acts onpublic static interface ActionCell.Delegate<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(T object)Perform the desired action on the given object. | 
void execute(T object)
object - the object to be acted upon