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

interface XContextMenuInterceptor
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
ContextMenuInterceptorAction
notifyContextMenuExecute( [in] 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