|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpreadsheetAppListener
A listener for receiving notification when workbooks are created, loaded and saved in a spreadsheet application.
| Method Summary | |
|---|---|
void |
workbookCreated(SpreadsheetAppEvent event)
Invoked by the spreadsheet application to indicate that a new workbook has been created. |
void |
workbookLoaded(SpreadsheetAppEvent event)
Invoked by the spreadsheet application to indicate that a workbook has been loaded from the given file. |
void |
workbookSaved(SpreadsheetAppEvent event)
Invoked by the spreadsheet application to indicate that a workbook was saved to the given file. |
void |
workbookUnloaded(SpreadsheetAppEvent event)
Invoked by the spreadsheet application to indicate that a workbook has been unloaded (closed). |
| Method Detail |
|---|
void workbookCreated(SpreadsheetAppEvent event)
event - the spreadsheet application event that occuredvoid workbookLoaded(SpreadsheetAppEvent event)
event - the spreadsheet application event that occuredvoid workbookUnloaded(SpreadsheetAppEvent event)
event - the spreadsheet application event that occuredvoid workbookSaved(SpreadsheetAppEvent event)
event - the spreadsheet application event that occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||