LibreOffice Module comphelper (master) 1
Public Member Functions | Friends | List of all members
comphelper::OSelectionChangeListener Class Referenceabstract

simple listener adapter for selections More...

#include <SelectionMultiplex.hxx>

Public Member Functions

virtual ~OSelectionChangeListener ()
 
virtual void _selectionChanged (const css::lang::EventObject &aEvent)=0
 
virtual void _disposing (const css::lang::EventObject &_rSource)
 

Friends

class OSelectionChangeMultiplexer
 

Detailed Description

simple listener adapter for selections

Definition at line 40 of file SelectionMultiplex.hxx.

Constructor & Destructor Documentation

◆ ~OSelectionChangeListener()

comphelper::OSelectionChangeListener::~OSelectionChangeListener ( )
virtual

Definition at line 32 of file SelectionMultiplex.cxx.

Member Function Documentation

◆ _disposing()

void comphelper::OSelectionChangeListener::_disposing ( const css::lang::EventObject &  _rSource)
virtual
Exceptions
css::uno::RuntimeException

Definition at line 37 of file SelectionMultiplex.cxx.

Referenced by comphelper::OSelectionChangeMultiplexer::disposing().

◆ _selectionChanged()

virtual void comphelper::OSelectionChangeListener::_selectionChanged ( const css::lang::EventObject &  aEvent)
pure virtual
Exceptions
css::uno::RuntimeException

Referenced by comphelper::OSelectionChangeMultiplexer::selectionChanged().

Friends And Related Function Documentation

◆ OSelectionChangeMultiplexer

friend class OSelectionChangeMultiplexer
friend

Definition at line 42 of file SelectionMultiplex.hxx.


The documentation for this class was generated from the following files: