首页>代码>Spring Event demo代码>/event/src/main/java/com/wangzhxiuan/event/StudentAddListener.java
package com.wangzhxiuan.event;

import org.springframework.context.ApplicationListener;
/**
 * 
 * @description  功能描述: 学生事件监听
 * @author 	              作       者: 王志轩
 * @createdate   建立日期: 2014-7-24下午5:34:51
 * @projectname  项目名称: event
 * @packageclass 包及类名: com.wangzhxiuan.event.StudentAddListener.java
 */
public class StudentAddListener implements ApplicationListener<StudentAddEvent> {

	public void onApplicationEvent(StudentAddEvent studentAddEvent) {
		studentAddEvent.print();
		System.out.println("the source is:" + studentAddEvent.getSource());
		System.out.println("the name is:" + studentAddEvent.getName());
		System.out.println("the sex is :" + studentAddEvent.getSex());
	}

}
最近下载更多
C544350851  LV26 2019年3月12日
huwl19911209  LV12 2018年5月9日
13141519  LV8 2018年4月28日
heyimtaeyang  LV12 2017年12月27日
annazhang  LV29 2017年10月7日
dagf113225  LV68 2017年9月22日
wangqi0624  LV9 2016年9月11日
scwuwei  LV9 2016年4月6日
howdy  LV8 2016年1月7日
liutaols  LV8 2015年12月16日
最近浏览更多
1234mama  LV19 2022年3月22日
sunny1314 2022年2月13日
暂无贡献等级
mjh123 2021年7月3日
暂无贡献等级
Samuelcsu  LV2 2020年10月28日
RoyKaba  LV6 2020年6月14日
张三aa  LV9 2020年5月27日
wkc  LV21 2020年2月23日
847799051qq  LV2 2019年11月12日
tuhao888  LV9 2019年9月2日
zhugc111  LV10 2019年8月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友