blob: 5a4da1a82a0644bee4af553fc257fc39fe750cd2 [file] [log] [blame]
Brian O'Connor66630c82014-10-02 21:08:19 -07001package org.onlab.onos.net.intent;
2
3import org.onlab.onos.store.StoreDelegate;
4
5/**
6 * Infrastructure link store delegate abstraction.
7 */
8public interface IntentStoreDelegate extends StoreDelegate<IntentEvent> {
9}