|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for processing application events.
| Method Summary | |
void |
newWorkbook(ApplicationEventObject eventObject)
The event occurs when a new workbook is created in the application. |
void |
openWorkbook(ApplicationEventObject eventObject)
The event occurs when a workbook is opened in the application. |
| Method Detail |
public void newWorkbook(ApplicationEventObject eventObject)
eventObject - provides event details such as the source application and a newly created workbook.ApplicationEventObjectpublic void openWorkbook(ApplicationEventObject eventObject)
eventObject - provides event details such as the source application and an opened workbook.ApplicationEventObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||