19#ifndef __com_sun_star_frame_XTitleChangeListener_idl__
20#define __com_sun_star_frame_XTitleChangeListener_idl__
26 module
com { module sun { module star { module frame {
Allows to receive notifications when the frame title changes.
Definition XTitleChangeListener.idl:31
void titleChanged([in] TitleChangedEvent aEvent)
The frame title has changed.
base interface for all event listeners interfaces.
Definition XEventListener.idl:33
Definition Ambiguous.idl:22
Contains the information about a changed title.
Definition TitleChangedEvent.idl:30