Add EventInstantAware interface 24/81324/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Mar 2019 12:55:15 +0000 (13:55 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Mar 2019 13:18:38 +0000 (14:18 +0100)
commit375d9e846ace10ae243c7099c840a02896bf297c
tree25b6f8f5041456956464a38eaf86c9975c349a7e
parent1580ace291dc5c20a87d8406d13810e8c2f7795e
Add EventInstantAware interface

This interface will be used to carry the equivalent of RFC5277
notification eventTime. It is modeled exactly the same way as
DOMEvent/DOMNotification, hence it will allow us to bridge the gap
in binding-dom-adapter, where we are losing this information.

JIRA: MDSAL-282
Change-Id: Ie93015c2609a2d1c59df6c63f76511aa68867832
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 992122145777924ad5b3a52da65188d8a91b8246)
binding/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/EventInstantAware.java [new file with mode: 0644]
binding/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/Notification.java