摘要: 简介: Interceptors(拦截器),主要目的是为了改变PureMVC的消息通知在到达Commands和Mediators的正常执行顺序。 在拦截器里可以: ·废弃notification不再向外广播 ·修改notificationg再向外广播 ·使用新的notification替换原有的notification ·无限制发送这一次notification ·Interceptors与com... 阅读全文
posted @ 2012-02-01 13:38 meteoric_cry 阅读(543) 评论(0) 推荐(0) 编辑