com.jniwrapper.win32.jexcel
Interface ApplicationEventListener

All Superinterfaces:
java.util.EventListener

public interface ApplicationEventListener
extends java.util.EventListener

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

newWorkbook

void newWorkbook(ApplicationEventObject eventObject)
The event occurs when a new workbook is created in the application.

Parameters:
eventObject - provides event details such as the source application and a newly created workbook.
See Also:
ApplicationEventObject

openWorkbook

void openWorkbook(ApplicationEventObject eventObject)
The event occurs when a workbook is opened in the application.

Parameters:
eventObject - provides event details such as the source application and an opened workbook.
See Also:
ApplicationEventObject