Class AbstractItemChannelLinkRegistryEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.thing.link.events.AbstractItemChannelLinkRegistryEvent
- All Implemented Interfaces:
Event
- Direct Known Subclasses:
ItemChannelLinkAddedEvent,ItemChannelLinkRemovedEvent
AbstractItemChannelLinkRegistryEvent is an abstract class for item channel link events.- Author:
- Dennis Nobel - Initial contribution
-
Field Summary
Fields inherited from class org.openhab.core.events.AbstractEvent
ACTOR_SEPARATOR, DELEGATION_SEPARATOR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractItemChannelLinkRegistryEvent(String topic, String payload, ItemChannelLinkDTO link) -
Method Summary
Methods inherited from class org.openhab.core.events.AbstractEvent
buildDelegatedSource, buildDelegatedSource, buildSource, equals, getPayload, getSource, getTopic, hashCode
-
Constructor Details
-
AbstractItemChannelLinkRegistryEvent
protected AbstractItemChannelLinkRegistryEvent(String topic, String payload, ItemChannelLinkDTO link)
-
-
Method Details
-
getLink
-