LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XTabListener_idl__
20 #define __com_sun_star_awt_XTabListener_idl__
27 module
com { module sun { module star { module awt {
58 [in] sequence< com::sun::star::beans::NamedValue > Properties );
void inserted([in] long ID)
a new tab was inserted.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void changed([in] long ID, [in] sequence< com::sun::star::beans::NamedValue > Properties)
a tab was changed within it's properties.
such listener will be informed if tab's was inserted/removed from an XSimpleTabController instance or...
Definition: XTabListener.idl:34
Definition: Ambiguous.idl:22
void deactivated([in] long ID)
a tab was deactivated, because another tab became the new active state.
void activated([in] long ID)
a tab was activated (e.g.
void removed([in] long ID)
a tab was removed.