com.jniwrapper.win32.jexcel
Class WorkbookEventObject
java.lang.Object
java.util.EventObject
com.jniwrapper.win32.jexcel.WorkbookEventObject
- All Implemented Interfaces:
- java.io.Serializable
- public class WorkbookEventObject
- extends java.util.EventObject
Instances of the WorkbookEventObject class are used in the methods of
the WorkbookEventListener and WorkbookEventHandler interfaces
for providing event details.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
WorkbookEventObject
public WorkbookEventObject(GenericWorkbook source)
WorkbookEventObject
public WorkbookEventObject(GenericWorkbook source,
Worksheet worksheet)
getWorksheet
public Worksheet getWorksheet()
- Returns an instance of the
Worksheet class, witch the event
is connected with.
- Returns:
- an instance of the
Worksheet class, witch the event
is connected with.
getWorkbook
public GenericWorkbook getWorkbook()
- Returns the event source object.
- Returns:
- the event source object.