Interface BaseNotification
- All Superinterfaces:
BindingContract<DataContainer>
,DataContainer
- All Known Subinterfaces:
InstanceNotification<N,
,T> KeyedListNotification<N,
,T, K> Notification<T>
public sealed interface BaseNotification
extends DataContainer
permits Notification<T>, InstanceNotification<N,T>
Marker interface for YANG-defined all notifications. This interface should never be implemented directly. It exists
only to tie together semantics of global notifications (as represented by
Notification
) and instance
notifications (as represented by InstanceNotification
.-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface