Interface KeyedListNotification<N extends KeyedListNotification<N,T,K>,T extends EntryObject<T,K>,K extends Key<T>>
- Type Parameters:
N
- Concrete notification typeT
- Parent data tree instance typeK
- Parent data tree key type
- All Superinterfaces:
BaseNotification
,BindingContract<DataContainer>
,DataContainer
,InstanceNotification<N,
T>
public interface KeyedListNotification<N extends KeyedListNotification<N,T,K>,T extends EntryObject<T,K>,K extends Key<T>>
extends InstanceNotification<N,T>
An
notification
which is defined within the schema tree and is thus tied to a data tree instance and
additionally its parent is a {code list} with a key
statement. A concrete KeyedListNotification 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
Methods inherited from interface org.opendaylight.yangtools.binding.InstanceNotification
implementedInterface