public interface SpreadsheetAppListener extends EventListener
Modifier and Type | Method and Description |
---|---|
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).
|
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