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

com :: sun :: star :: ui ::

interface XContextMenuInterceptor

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

Description
This interface enables the object to be registerd as interceptor to change context menues or prevent them from being executed.


Methods' Summary

notifyContextMenuExecute notifies the interceptor about the request to execute a ContextMenu. The interceptor has to decide whether the menu should be executed with or without beeing modified or may ignore the call.

Methods' Details

notifyContextMenuExecute
 
com::sun::star::ui::ContextMenuInterceptorAction
notifyContextMenuExecute(
[ in ] com::sun::star::ui::ContextMenuExecuteEvent aEvent );

Description
notifies the interceptor about the request to execute a ContextMenu. The interceptor has to decide whether the menu should be executed with or without beeing modified or may ignore the call.

Top of Page