blob: 6c37db82a74852f57d83cb4f379f435fc720462f [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/**
toma1d16b62014-10-02 23:45:11 -07006 * Intent store delegate abstraction.
Brian O'Connor66630c82014-10-02 21:08:19 -07007 */
8public interface IntentStoreDelegate extends StoreDelegate<IntentEvent> {
9}