[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(requestAddressUpdatedNotification:)
name:MTAddressUpdatedNotification
object:nil];
プログラムでこのコードを書くとどうなるか教えてもらえますか?
そして、メソッドはいつrequestAddressUpdatedNotification
呼び出されますか?