blob: b247c27242497ada2c2733331c63b51d12e1bc20 [file] [log] [blame]
package org.onlab.onos.cluster;
import org.onlab.onos.store.StoreDelegate;
/**
* Cluster store delegate abstraction.
*/
public interface ClusterStoreDelegate extends StoreDelegate<ClusterEvent> {
}