Interfaces
CellErrorHandler CellEventHandler CellEventStringHandler CustomCommandEventHandler GridCustomServerValidation RowColumnEventHandler SheetEventHandler WorkbookEventHandler |
Exceptions
GridCellException |
public interface SheetEventHandler
Method Summary | ||
---|---|---|
abstract void | handleSheetEvent(java.lang.Object sender, GridWorksheet sheet) | |
handle the related Cell Event. |
Method Detail |
---|
handleSheetEvent | |
public abstract void handleSheetEvent(java.lang.Object sender, GridWorksheet sheet) |
sender
- The source of the event.sheet
- The related worksheet.