All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opendaylight.yangtools.binding.KeyedListNotification Maven / Gradle / Ivy

/*
 * Copyright (c) 2019 PANTHEON.tech, s.r.o. and others.  All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
 * and is available at http://www.eclipse.org/legal/epl-v10.html
 */
package org.opendaylight.yangtools.binding;

/**
 * An {@code 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 {@code key} statement. A concrete KeyedListNotification and its
 * implementations may choose to also extend/implement the {@link EventInstantAware} interface. In case they do,
 * {@link EventInstantAware#eventInstant()} returns the time when this notification was generated.
 *
 * @param  Concrete notification type
 * @param  Parent data tree instance type
 * @param  Parent data tree key type
 */
public interface KeyedListNotification, T extends EntryObject,
    K extends Key> extends InstanceNotification {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy