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 {
40 void inserted( [in]
long ID );
47 void removed( [in]
long ID );
57 void changed( [in]
long ID ,
58 [in] sequence< com::sun::star::beans::NamedValue > Properties );
63 void activated( [in]
long ID );
67 void deactivated( [in]
long ID );
base interface for all event listeners interfaces.
Definition: XEventListener.idl:32
Definition: Ambiguous.idl:22
such listener will be informed if tab's was inserted/removed from an XSimpleTabController instance or...
Definition: XTabListener.idl:33