Syntax
interface XEventHandler : com::sun::star::uno::XInterface ;
Description
This interface can be implemented by clients that need access to the
toolkits window message loop.
See also
- X11DragAndDrop
-
Method Summary
|
handleEvent |
requests the implementor of this interface to handle platform dependend
event.
|
|
Method Details
|
|
Syntax
- boolean handleEvent
(
- any event );
Description
requests the implementor of this interface to handle platform dependend
event.
Returns
- true
if the event was handled properly and no further
handling should take place, false
otherwise.
Parameter event
-
the platform dependend event
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.