Interface Notification<T extends Notification<T> & DataObject>

All Superinterfaces:
BaseNotification, BindingContract<DataContainer>, DataContainer

public non-sealed interface Notification<T extends Notification<T> & DataObject> extends BaseNotification
Marker interface for YANG-defined global notifications. This interface should never be implemented directly. A concrete Notification and its implementations may choose to also extend/implement the EventInstantAware interface. In case they do, EventInstantAware.eventInstant() returns the time when this notification was generated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the interface implemented by this object.