Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: awt ::

interface XEventHandler

Base Interface
com::sun::star::uno::XInterface

Description
This interface can be implemented by clients that need access to the toolkits window message loop.
See also
com::sun::star::datatransfer::dnd::X11DragAndDrop


Methods' Summary

handleEvent requests the implementor of this interface to handle platform dependend event.

Methods' Details

handleEvent
 
boolean
handleEvent(
[ in ] 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