ApplicationContext를 중개자 삼아서 Event를 발생시키거나 처리 할 수 있습니다. Event는 ApplicationEvent
클래스
[http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/context/ApplicationEvent.html]
를 상속하여 만들 수 있으며 Event를 처리 할 클래스는 ApplicaionListener 인터페이스
[http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/