Class: OpenHAB::Core::Events::ItemUpdatedEvent
- Inherits:
- 
      AbstractItemRegistryEvent
      
        - Object
- AbstractEvent
- AbstractItemRegistryEvent
- OpenHAB::Core::Events::ItemUpdatedEvent
 
- Defined in:
- lib/openhab/core/events/abstract_item_registry_event.rb
Overview
The AbstractEvent sent with an item_updated trigger.
Instance Attribute Summary collapse
- 
  
    
      #old_item  ⇒ DTO::ItemDTO 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The old item before the update. 
Attributes inherited from AbstractItemRegistryEvent
Attributes inherited from AbstractEvent
Method Summary
Methods inherited from AbstractEvent
Instance Attribute Details
#old_item ⇒ DTO::ItemDTO (readonly)
Returns the old item before the update.
| 31 | # File 'lib/openhab/core/events/abstract_item_registry_event.rb', line 31 class ItemUpdatedEvent < AbstractItemRegistryEvent; end | 
 
          