Package | Description |
---|---|
org.springframework.context.event |
Support classes for application events, like standard context events.
|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
org.springframework.web.portlet |
Provides JSR-168 portlets that integrate with the application context
infrastructure, and the core interfaces and classes for the Portlet
variant of Spring's web MVC framework.
|
org.springframework.web.servlet |
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
|
Class and Description |
---|
AbstractApplicationEventMulticaster
Abstract implementation of the
ApplicationEventMulticaster interface,
providing the basic listener registration facility. |
ApplicationContextEvent
Base class for events raised for an
ApplicationContext . |
ApplicationEventMulticaster
Interface to be implemented by objects that can manage a number of
ApplicationListener objects, and publish events to them. |
SmartApplicationListener
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event type. |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Copyright © 2015. All rights reserved.