|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationEventListener
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 |
|---|
void newWorkbook(ApplicationEventObject eventObject)
eventObject - provides event details such as the source application and a newly created workbook.ApplicationEventObjectvoid 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 | |||||||||