Switch Currency According to customer country.

Hi,

Need help to resolve this task.

I am trying to get address update event (When any one change his/her addresses). How can I get that event on subscriber? 

Please Help me out on this

Example (just for assumption i gave this example):

public static function getSubscribedEvents(): array {

return[CustomerAddressUpdateEvent::class => 'onCustomerAdressUpdated'];

}

Thanks,

Shakeel