|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationEvent | |
---|---|
org.springframework.context | This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API. |
org.springframework.context.event | Support classes for application events, like standard context events. |
org.springframework.context.support | Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. |
org.springframework.web.context.support | Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. |
Uses of ApplicationEvent in org.springframework.context |
---|
Methods in org.springframework.context with parameters of type ApplicationEvent | |
---|---|
void |
ApplicationListener.onApplicationEvent(ApplicationEvent event)
Handle an application event. |
void |
ApplicationEventPublisher.publishEvent(ApplicationEvent event)
Notify all listeners registered with this application of an application event. |
void |
ApplicationContext.publishEvent(ApplicationEvent event)
Notify all listeners registered with this application of an application event. |
Uses of ApplicationEvent in org.springframework.context.event |
---|
Subclasses of ApplicationEvent 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. |
Methods in org.springframework.context.event with parameters of type ApplicationEvent | |
---|---|
void |
SimpleApplicationEventMulticaster.multicastEvent(ApplicationEvent event)
|
void |
ApplicationEventMulticaster.multicastEvent(ApplicationEvent event)
Multicast the given application event to appropriate listeners. |
void |
ConsoleListener.onApplicationEvent(ApplicationEvent event)
Deprecated. |
Uses of ApplicationEvent in org.springframework.context.support |
---|
Methods in org.springframework.context.support with parameters of type ApplicationEvent | |
---|---|
void |
AbstractApplicationContext.publishEvent(ApplicationEvent event)
Publish the given event to all listeners. |
Uses of ApplicationEvent in org.springframework.web.context.support |
---|
Subclasses of ApplicationEvent in org.springframework.web.context.support | |
---|---|
class |
RequestHandledEvent
Event raised when a request is handled within a WebApplicationContext. |
Methods in org.springframework.web.context.support with parameters of type ApplicationEvent | |
---|---|
void |
PerformanceMonitorListener.onApplicationEvent(ApplicationEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |