Class InboxUpdatedEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.config.discovery.inbox.events.AbstractInboxEvent
org.openhab.core.config.discovery.inbox.events.InboxUpdatedEvent
- All Implemented Interfaces:
 Event
An 
InboxUpdatedEvent notifies subscribers that a discovery result has been updated in the inbox.
 Inbox updated events must be created with the InboxEventFactory.- Author:
 - Stefan Bußweiler - Initial contribution
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInboxUpdatedEvent(String topic, String payload, DiscoveryResultDTO discoveryResult) Constructs a new inbox updated event object. - 
Method Summary
Methods inherited from class org.openhab.core.config.discovery.inbox.events.AbstractInboxEvent
getDiscoveryResultMethods inherited from class org.openhab.core.events.AbstractEvent
equals, getPayload, getSource, getTopic, hashCode 
- 
Field Details
- 
TYPE
The inbox updated event type. 
 - 
 - 
Constructor Details
- 
InboxUpdatedEvent
Constructs a new inbox updated event object.- Parameters:
 topic- the topicpayload- the payloaddiscoveryResult- the discovery-result data transfer object
 
 - 
 - 
Method Details