CellEventStringHandler

All Implemented Interfaces: java.io.Serializable

public interface CellEventStringHandler extends Serializable

Represents the interface that intend to handle cell events.

Methods

MethodDescription
handleCellEvent(Object sender, CellEventArgs e)handle the related Cell Event.

handleCellEvent(Object sender, CellEventArgs e)

public abstract String handleCellEvent(Object sender, CellEventArgs e)

handle the related Cell Event.

Parameters:

ParameterTypeDescription
senderjava.lang.ObjectThe source grid of the event.
eCellEventArgsThe event argument. The e.Cell is the cell who fires the event. The e.Argument contains the argument of the event.

Returns: java.lang.String - string value