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