Class PeopleCarListener
java.lang.Object
org.opendaylight.controller.clustering.it.listener.PeopleCarListener
- All Implemented Interfaces:
EventListener,org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarPurchaseListener,org.opendaylight.yangtools.yang.binding.NotificationListener
public class PeopleCarListener
extends Object
implements org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarPurchaseListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCarBought(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarBought notification) voidsetDataProvider(org.opendaylight.mdsal.binding.api.DataBroker salDataProvider)
-
Constructor Details
-
PeopleCarListener
public PeopleCarListener()
-
-
Method Details
-
setDataProvider
public void setDataProvider(org.opendaylight.mdsal.binding.api.DataBroker salDataProvider) -
onCarBought
public void onCarBought(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarBought notification) - Specified by:
onCarBoughtin interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarPurchaseListener
-