blob: b247c27242497ada2c2733331c63b51d12e1bc20 [file] [log] [blame]
tom0755a362014-09-24 11:54:43 -07001package org.onlab.onos.cluster;
2
3import org.onlab.onos.store.StoreDelegate;
4
5/**
6 * Cluster store delegate abstraction.
7 */
8public interface ClusterStoreDelegate extends StoreDelegate<ClusterEvent> {
9}