I want to trap both XComponent events (basically the disposing() event
for an XComponent handle)  .... and .... OfficeDocument events like
OnFocus OnUnFocus etc...

for trapping XComponent events i use the
"com.sun.star.lang.XEventListener" interface.
for trapping OfficeDocument events i use the
"com.sun.star.document.XEventListener" interface.

Do i need to implement this as two different event handler classes
(one that implements lang.XEventListener, and another that implements
document.XEventListener....) ?

Or can I simply use "com.sun.star.document.XEventListener" since that
implements lang.XEventListener as a base interface... ?

thanks

ashok

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to