blob: 999b28fe41326b77f4e6427273ef8052a19a8a32 [file] [log] [blame]
package org.onlab.onos.net.host;
import org.onlab.onos.store.StoreDelegate;
/**
* Infrastructure link store delegate abstraction.
*/
public interface HostStoreDelegate extends StoreDelegate<HostEvent> {
}