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 );
such listener will be informed if tab's was inserted/removed from an XSimpleTabController instance or...
Definition: XTabListener.idl:34
void changed([in] long ID, [in] sequence< com::sun::star::beans::NamedValue > Properties)
a tab was changed within its properties.
void removed([in] long ID)
a tab was removed.
void inserted([in] long ID)
a new tab was inserted.
void activated([in] long ID)
a tab was activated (e.g.
void deactivated([in] long ID)
a tab was deactivated, because another tab became the new active state.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
Definition: Ambiguous.idl:22