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 SummaryFields inherited from class org.openhab.core.events.AbstractEventACTOR_SEPARATOR, DELEGATION_SEPARATOR
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractItemChannelLinkRegistryEvent(String topic, String payload, ItemChannelLinkDTO link) 
- 
Method SummaryMethods inherited from class org.openhab.core.events.AbstractEventbuildDelegatedSource, buildDelegatedSource, buildSource, equals, getPayload, getSource, getTopic, hashCode
- 
Constructor Details- 
AbstractItemChannelLinkRegistryEventprotected AbstractItemChannelLinkRegistryEvent(String topic, String payload, ItemChannelLinkDTO link) 
 
- 
- 
Method Details- 
getLink
 
-