com.jniwrapper.win32.jexcel
Class ApplicationEventObject

java.lang.Object
  extended by java.util.EventObject
      extended by com.jniwrapper.win32.jexcel.ApplicationEventObject
All Implemented Interfaces:
java.io.Serializable

public class ApplicationEventObject
extends java.util.EventObject

Instances of the ApplicationEventObject class are used in the methods of the ApplicationEventListener interface for providing event details.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ApplicationEventObject(Application source, GenericWorkbook workbook)
           
 
Method Summary
 Application getApplication()
          Returns the event source object.
 GenericWorkbook getWorkbook()
          Returns an instance of the Workbook class, witch the event is connected with.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationEventObject

public ApplicationEventObject(Application source,
                              GenericWorkbook workbook)
Method Detail

getWorkbook

public GenericWorkbook getWorkbook()
Returns an instance of the Workbook class, witch the event is connected with.

Returns:
an instance of the Workbook class, witch the event is connected with.

getApplication

public Application getApplication()
Returns the event source object.

Returns:
the event source object.