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