mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 06:01:53 +01:00
19 lines
868 B
XML
19 lines
868 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
|
||
|
Copyright (c) 2015-2015 Kai Kreuzer and others.
|
||
|
|
||
|
All rights reserved. This program and the accompanying materials
|
||
|
are made available under the terms of the Eclipse Public License v1.0
|
||
|
which accompanies this distribution, and is available at
|
||
|
http://www.eclipse.org/legal/epl-v10.html
|
||
|
|
||
|
-->
|
||
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.core.compat1x.eventpublisherdelegate">
|
||
|
<implementation class="org.openhab.core.events.EventPublisherDelegate"/>
|
||
|
<service>
|
||
|
<provide interface="org.openhab.core.events.EventPublisher"/>
|
||
|
</service>
|
||
|
<reference bind="setEventPublisher" cardinality="1..1" interface="org.eclipse.smarthome.core.events.EventPublisher" name="EventPublisher" policy="dynamic" unbind="unsetEventPublisher"/>
|
||
|
</scr:component>
|