:: com :: sun :: star :: util ::

unpublished interface XEventListener
Base Interfaces
XEventListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
Generic event listener.

Methods' Summary
notifyEvent  
Methods' Details
notifyEvent
[oneway] void
notifyEvent( [in] ::com::sun::star::lang::EventObject  event );

Top of Page