<?xml version="1.0"?>
<!--
/**
 * Blueskytechco
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Blueskytechco.com license that is
 * available through the world-wide-web at this URL:
 * http://www.blueskytechco.com/license-agreement.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category   Blueskytechco
 * @package    Rokanthemes_Brand
 * @copyright  Copyright (c) 2014 Blueskytechco (http://www.blueskytechco.com/)
 * @license    http://www.blueskytechco.com/LICENSE-1.0.html
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
    <event name="catalog_product_edit_action">
        <observer name="rokanthemes_brand_loadproductbrand" instance="Rokanthemes\Brand\Observer\LoadProductBrand" />
    </event>
    <event name="controller_action_catalog_product_save_entity_after">
        <observer name="rokanthemes_brand_saveproductbrand" instance="Rokanthemes\Brand\Observer\SaveProductBrand" />
    </event>
    <event name="catalog_product_save_after">
        <observer name="rokanthemes_brand_saveproductbrand" instance="Rokanthemes\Brand\Observer\SaveProductBrandModel" />
    </event>
</config>
