第二章:Spring的常用配置

{ @Override public void onApplicationEvent(DemoEvent event) { String msg = event.getMsg(); System.out.println("我是监听器,我接受到了发布的消息:"+msg); }}

结果如下:

我是监听器,我接受到了发布的消息:Hello,dy_bom! This is a application event.


分享到:


相關文章: