blob: ec747c46bc8aa38493cffa4fe781f89533bdd3ae [file] [log] [blame]
tomf80c9722014-09-24 14:49:18 -07001package org.onlab.onos.net.link;
2
3import org.onlab.onos.store.StoreDelegate;
4
5/**
6 * Infrastructure link store delegate abstraction.
7 */
8public interface LinkStoreDelegate extends StoreDelegate<LinkEvent> {
9}