CCNotificationCenter(中心类addObserver postNotification m_observers. CCNoti..Observer类 performSelector)
实现步骤:1、添加观察者:在任何地方,只要你你对某个消息感兴趣(和pureMVC中的listNotification一样),你就可以在那里监听该消息。voidaddObserver(CCObject*target,SEL_CallFuncOcallBack,constchar*name,CCObject*data);参数1为事件监听的目标,参数2为回调函数(即接收到消息后执行的函数),参数3为消息