Class: OpenHAB::Core::Events::AbstractThingRegistryEvent
- Inherits:
 - 
      AbstractEvent
      
        
- Object
 - AbstractEvent
 - OpenHAB::Core::Events::AbstractThingRegistryEvent
 
 
- Defined in:
 - lib/openhab/core/events/abstract_thing_registry_event.rb
 
Overview
The AbstractEvent sent when a Thing is added, updated, or removed from its registry.
Direct Known Subclasses
Instance Attribute Summary collapse
- 
  
    
      #thing  ⇒ DTO::AbstractThingDTO 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The thing that triggered this event.
 
Attributes inherited from AbstractEvent
Method Summary
Methods inherited from AbstractEvent
Instance Attribute Details
#thing ⇒ DTO::AbstractThingDTO (readonly)
Returns The thing that triggered this event.
      19  | 
    
      # File 'lib/openhab/core/events/abstract_thing_registry_event.rb', line 19 class AbstractThingRegistryEvent < AbstractEvent; end  |