Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
FRAMES
NO FRAMES
SUMMARY:
NESTED
CONSTR
ENUM
FIELD
METHOD
ELEMENT
DETAIL:
FIELD
CONSTR
ENUM
METHOD
ELEMENT
org.springframework.context
Interface ApplicationListener
Tab mode
All derived types
public
interface
ApplicationListener
extends
EventListener
Interface to be implemented by application event listeners. Based on standard java.util base interface for Observer design pattern.
Since
Not specified.
Version
Not specified.
Author
Rod Johnson
See also
ApplicationEventMulticaster
Wiki javadoc
Use
textile entry format
.
Add your comments here.
Method Summary
void
onApplicationEvent
(
ApplicationEvent
event )
Handle an application event.
Method Detail
onApplicationEvent
public void
onApplicationEvent
(
ApplicationEvent
event )
Handle an application event.
Parameters
Type
Name
Description
ApplicationEvent
event
the event to respond to
Returns
void
No description provided.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
Home
-
About
-
FAQ
-
Privacy
-
Contact