The Spring Framework

Uses of Class
org.springframework.context.event.ApplicationContextEvent

Packages that use ApplicationContextEvent
org.springframework.context.event Support classes for application events, like standard context events. 
 

Uses of ApplicationContextEvent in org.springframework.context.event
 

Subclasses of ApplicationContextEvent in org.springframework.context.event
 class ContextClosedEvent
          Event raised when an ApplicationContext gets closed.
 class ContextRefreshedEvent
          Event raised when an ApplicationContext gets initialized or refreshed.
 class ContextStartedEvent
          Event raised when an ApplicationContext gets started.
 class ContextStoppedEvent
          Event raised when an ApplicationContext gets stopped.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.