Class: OpenHAB::Core::Events::AbstractItemRegistryEvent

Inherits:
AbstractEvent
  • Object
show all
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.

Instance Attribute Summary collapse

Attributes inherited from AbstractEvent

#attachment, #inputs

Method Summary

Methods inherited from AbstractEvent

#payload

Instance Attribute Details

#itemDTO::ItemDTO (readonly)

Returns The item that triggered this event.

Returns:

  • (DTO::ItemDTO)

    The item that triggered this event.



18
# File 'lib/openhab/core/events/abstract_item_registry_event.rb', line 18

class AbstractItemRegistryEvent < AbstractEvent; end