blob: 4ab848666561d7fb1cd29a13c3dd5851d5366924 [file] [log] [blame]
package org.onlab.onos.net.device;
import org.onlab.onos.store.StoreDelegate;
/**
* Infrastructure device store delegate abstraction.
*/
public interface DeviceStoreDelegate extends StoreDelegate<DeviceEvent> {
}