blob: 44239dc06ed50f417e72c168cc42745aa342494a [file] [log] [blame]
Yuta HIGUCHIb25f4da2014-10-16 15:09:26 -07001package org.onlab.onos.store.flow;
2
3import org.onlab.onos.event.EventListener;
4
5/**
6 * Entity capable of receiving Replica placement information-related events.
7 */
8public interface ReplicaInfoEventListener extends EventListener<ReplicaInfoEvent> {
9
10}
11