package com.wangzhxiuan.event; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * * @description 功能描述: 测试代码 * @author 作 者: 王志轩 * @createdate 建立日期: 2014-7-24下午5:35:16 * @projectname 项目名称: event * @packageclass 包及类名: com.wangzhxiuan.event.ListenerEventDemo.java */ public class ListenerEventDemo { public static void main(String[] args) { ApplicationContext context = new ClassPathXmlApplicationContext("applicationContext.xml"); context.publishEvent(new StudentAddEvent("http://www.zuidaima.com/", "xuaner0719", "man")); } }

C544350851 LV27
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日