Save This Page
Home » spring-framework-2.5.4 » org.springframework » context » [javadoc | source]
org.springframework.context
public interface: ApplicationListener [javadoc | source]

All Implemented Interfaces:
    EventListener

All Known Implementing Classes:
    PerformanceMonitorListener, ConsoleListener, DispatcherServlet, FrameworkPortlet, DispatcherPortlet, FrameworkServlet, SourceFilteringListener

Interface to be implemented by application event listeners. Based on the standard java.util.EventListener interface for the Observer design pattern.
Method from org.springframework.context.ApplicationListener Summary:
onApplicationEvent
Method from org.springframework.context.ApplicationListener Detail:
 public  void onApplicationEvent(ApplicationEvent event)
    Handle an application event.