|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.jexcel.ApplicationEventObject
Instances of the ApplicationEventObject
class are used in the methods of
the ApplicationEventListener
interface for providing event details.
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 |
public ApplicationEventObject(Application source, GenericWorkbook workbook)
Method Detail |
public GenericWorkbook getWorkbook()
Workbook
class, witch the event
is connected with.
Workbook
class, witch the event
is connected with.public Application getApplication()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |