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

interface XEventHandler

Methods' Summary
handleEvent requests the implementor of this interface to handle a platform dependent event.  
Methods' Details
handleEvent
boolean
handleEvent( [in] any  event );

Description
requests the implementor of this interface to handle a platform dependent event.
Returns
`TRUE` if the event was handled properly and no further handling should take place, `FALSE` otherwise.
Parameter event
the platform dependent event.
Top of Page