[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(requestAddressUpdatedNotification:)
name:MTAddressUpdatedNotification
object:nil];
谁能告诉我如果我在我的程序中编写这段代码会发生什么?
requestAddressUpdatedNotification
什么时候调用该方法?