blob: 4ab848666561d7fb1cd29a13c3dd5851d5366924 [file] [log] [blame]
tom0755a362014-09-24 11:54:43 -07001package org.onlab.onos.net.device;
2
3import org.onlab.onos.store.StoreDelegate;
4
5/**
6 * Infrastructure device store delegate abstraction.
7 */
8public interface DeviceStoreDelegate extends StoreDelegate<DeviceEvent> {
9}