20#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_IREPORTCONTROLLEROBSERVER_HXX
21#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_IREPORTCONTROLLEROBSERVER_HXX
23#include <com/sun/star/beans/PropertyChangeEvent.hpp>
37 virtual void handle(
const css::uno::Reference< css::uno::XInterface >& _rxElement ) = 0;
virtual void notifyElementInserted(const css::uno::Reference< css::uno::XInterface > &_rxElement)=0
virtual void notifyPropertyChange(const css::beans::PropertyChangeEvent &_rEvent)=0
virtual void handle(const css::uno::Reference< css::uno::XInterface > &_rxElement)=0
virtual ~IReportControllerObserver()