1d975be8cSAndre Fischer/**************************************************************
2d975be8cSAndre Fischer *
3d975be8cSAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4d975be8cSAndre Fischer * or more contributor license agreements.  See the NOTICE file
5d975be8cSAndre Fischer * distributed with this work for additional information
6d975be8cSAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7d975be8cSAndre Fischer * to you under the Apache License, Version 2.0 (the
8d975be8cSAndre Fischer * "License"); you may not use this file except in compliance
9d975be8cSAndre Fischer * with the License.  You may obtain a copy of the License at
10d975be8cSAndre Fischer *
11d975be8cSAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12d975be8cSAndre Fischer *
13d975be8cSAndre Fischer * Unless required by applicable law or agreed to in writing,
14d975be8cSAndre Fischer * software distributed under the License is distributed on an
15d975be8cSAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16d975be8cSAndre Fischer * KIND, either express or implied.  See the License for the
17d975be8cSAndre Fischer * specific language governing permissions and limitations
18d975be8cSAndre Fischer * under the License.
19d975be8cSAndre Fischer *
20d975be8cSAndre Fischer *************************************************************/
21d975be8cSAndre Fischer
22d975be8cSAndre Fischer
23d975be8cSAndre Fischer#ifndef __com_sun_star_ui_ContextChangeEventMultiplexer_idl__
24d975be8cSAndre Fischer#define __com_sun_star_ui_ContextChangeEventMultiplexer_idl__
25d975be8cSAndre Fischer
26*22de8995SAndre Fischer#ifndef __com_sun_star_ui_XContextChangeEventMultiplexer_idl__
27*22de8995SAndre Fischer#include <com/sun/star/ui/XContextChangeEventMultiplexer.idl>
28d975be8cSAndre Fischer#endif
29d975be8cSAndre Fischer
30d975be8cSAndre Fischermodule com {  module sun {  module star {  module ui {
31d975be8cSAndre Fischer
32d975be8cSAndre Fischer/** Multiplex events for context changes.
33d975be8cSAndre Fischer
34d975be8cSAndre Fischer    A typical listener for context changes is the sidebar.
35d975be8cSAndre Fischer*/
36*22de8995SAndre Fischersingleton ContextChangeEventMultiplexer : com::sun::star::ui::XContextChangeEventMultiplexer;
37d975be8cSAndre Fischer
38d975be8cSAndre Fischer}; }; }; }; // com.sun.star.ui
39d975be8cSAndre Fischer
40d975be8cSAndre Fischer#endif
41