cda20e561345e2906c01592629b6db0a3d118943
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / sal / binding / spi / remote / RemoteRpcRouter.java
1 package org.opendaylight.controller.sal.binding.spi.remote;
2
3 import org.opendaylight.yangtools.concepts.ListenerRegistration;
4
5 public interface RemoteRpcRouter {
6
7
8     
9     
10     
11     
12     ListenerRegistration<RouteChangeListener> registerRouteChangeListener(RouteChangeListener listener);
13
14     
15     
16
17 }