Class: OpenHAB::Core::Events::AbstractItemChannelLinkRegistryEvent

Inherits:
AbstractEvent
  • Object
show all
Defined in:
lib/openhab/core/events/abstract_item_channel_link_registry_event.rb

Overview

The AbstractEvent sent when an Things::ItemChannelLink is added or removed from its registry.

Instance Attribute Summary collapse

Attributes inherited from AbstractEvent

#attachment, #inputs

Method Summary

Methods inherited from AbstractEvent

#inspect, #payload

Instance Attribute Details

Returns The link that triggered this event.

Returns:



17
# File 'lib/openhab/core/events/abstract_item_channel_link_registry_event.rb', line 17

class AbstractItemChannelLinkRegistryEvent < AbstractEvent; end