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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
An instance of this interface is used by the XTabPageContainer to get notifications about changes in activation of tab pages.
Since
OOo 3.4

Methods' Summary
tabPageActivated Invoked after a tab page was activated.  
Methods' Details
tabPageActivated
[oneway] void
tabPageActivated( [in] TabPageActivatedEvent  tabPageActivatedEvent );

Description
Invoked after a tab page was activated.
Top of Page