com.jniwrapper.win32.jexcel.ui
Class JWorkbookEventObject

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

public class JWorkbookEventObject
extends java.util.EventObject

Instances of the JWorkbookEventObject class are used in the methods of the JWorkbookEventListener interface for providing event details.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JWorkbookEventObject(JWorkbook source, GenericWorkbook workbook)
           
 
Method Summary
 JWorkbook getJWorkbook()
          Returns the event source object.
 GenericWorkbook getWorkbook()
          Returns an instance of the GenericWorkbook 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

JWorkbookEventObject

public JWorkbookEventObject(JWorkbook source,
                            GenericWorkbook workbook)
Method Detail

getWorkbook

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

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

getJWorkbook

public JWorkbook getJWorkbook()
Returns the event source object.

Returns:
the event source object.