blob: 5a4da1a82a0644bee4af553fc257fc39fe750cd2 [file] [log] [blame]
package org.onlab.onos.net.intent;
import org.onlab.onos.store.StoreDelegate;
/**
* Infrastructure link store delegate abstraction.
*/
public interface IntentStoreDelegate extends StoreDelegate<IntentEvent> {
}