|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for handling workbook events.
| Method Summary | |
boolean |
beforeClose(WorkbookEventObject eventObject)
Occurs before the workbook is closed. |
boolean |
beforeSave(WorkbookEventObject eventObject)
Occurs before the workbook is saved. |
| Method Detail |
public boolean beforeClose(WorkbookEventObject eventObject)
eventObject - provides event details, such as an event source.
true to allow closing the workbook or false otherwise.public boolean beforeSave(WorkbookEventObject eventObject)
eventObject - provides event details, such as an event source.
true to allow saving the workbook or false otherwise.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||