Refactored implementation of Notification Invoker
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding / test / mock / FooListener.java
index 3629689cdf33cc83af1deccb36e15341b3c5cc4a..4835537c14404c2fea1c84a85bc18b0013bf6a9a 100644 (file)
@@ -5,6 +5,5 @@ import org.opendaylight.yangtools.yang.binding.NotificationListener;
 public interface FooListener extends NotificationListener {
 
     void onFooUpdate(FooUpdate notification);
-    void onBarUpdate(BarUpdate notification);
     
 }