Interface KeyedListNotification<N extends KeyedListNotification<N,T,K>,T extends EntryObject<T,K>,K extends Key<T>>

Type Parameters:
N - Concrete notification type
T - Parent data tree instance type
K - 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.