Add EventInstantAware interface 24/81224/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Mar 2019 12:55:15 +0000 (13:55 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Mar 2019 12:57:31 +0000 (13:57 +0100)
commit992122145777924ad5b3a52da65188d8a91b8246
tree80745734d946015a33ccdbde2ae4ca31ba4a701a
parentae3fde5afcd6811321b8f9cbbf2f6da1661b5610
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>
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