com.f1j.ss
Interface BookModelCallback
- public interface BookModelCallback
A callback class must implement this interface in order to be
called from e.Spreadsheet. This is for use with Version 9.0 data ranges. For Version 10.0
report ranges see com.f1j.ss.report.ReportCallback.
|
Method Summary |
void |
callback(BookModel bookModel)
This method is the entry point for a class called from
e.Spreadsheet. |
callback
public void callback(BookModel bookModel)
- This method is the entry point for a class called from
e.Spreadsheet.
- Parameters:
bookModel - This is the bookModel which the callback class will manipulate.