当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ApplicationListener (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.context
Interface ApplicationListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ConsoleListener, DispatcherPortlet, DispatcherServlet, FrameworkPortlet, FrameworkServlet, PerformanceMonitorListener, SourceFilteringListener
public interface ApplicationListener
- extends EventListener
Interface to be implemented by application event listeners.
Based on the standard java.util.EventListener
interface
for the Observer design pattern.
- Author:
- Rod Johnson
- See Also:
ApplicationEventMulticaster
onApplicationEvent
void onApplicationEvent(ApplicationEvent event)
- Handle an application event.
- Parameters:
event
- the event to respond to
Copyright © 2002-2007 The Spring Framework.