Class: OpenHAB::Core::Events::AbstractItemChannelLinkRegistryEvent
- Inherits:
 - 
      AbstractEvent
      
        
- Object
 - AbstractEvent
 - OpenHAB::Core::Events::AbstractItemChannelLinkRegistryEvent
 
 
- 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.
Direct Known Subclasses
Instance Attribute Summary collapse
- 
  
    
      #link  ⇒ DTO::ItemChannelLinkDTO 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The link that triggered this event.
 
Attributes inherited from AbstractEvent
Method Summary
Methods inherited from AbstractEvent
Instance Attribute Details
#link ⇒ DTO::ItemChannelLinkDTO (readonly)
Returns The link that triggered this event.
      17  | 
    
      # File 'lib/openhab/core/events/abstract_item_channel_link_registry_event.rb', line 17 class AbstractItemChannelLinkRegistryEvent < AbstractEvent; end  |