2cf237bc89e5a004eb25d833827c53ee7ccfe2ce
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / reader / IReadServiceListener.java
1 package org.opendaylight.controller.sal.reader;
2
3
4 /**
5  * @file   IReadServiceListener.java
6  *
7  * @brief  SAL service to be consumed by functional modules that are interested in reader updates
8  */
9 public interface IReadServiceListener extends IPluginOutReadService {
10
11 }