|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.webapplications.events.WebApplicationAdapter
public class WebApplicationAdapter
| Constructor Summary | |
|---|---|
WebApplicationAdapter()
|
|
| Method Summary | |
|---|---|
void |
applicationEnded(WebApplicationEvent event)
Fired when the web application is ended. |
void |
applicationStarted(WebApplicationEvent event)
Fired when the web application is started. |
void |
requestStarted(WebApplicationEvent event)
Fired when the request processing starts. |
void |
requestTerminated(WebApplicationEvent event)
Fired when the request processing ends. |
void |
sessionCreated(WebApplicationEvent event)
Fired when a new session is created. |
void |
sessionDestroyed(WebApplicationEvent event)
Fired when a new session is destructed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebApplicationAdapter()
| Method Detail |
|---|
public void applicationStarted(WebApplicationEvent event)
applicationStarted in interface WebApplicationListenerevent - The event object passed as parameter during the event handler call.public void applicationEnded(WebApplicationEvent event)
applicationEnded in interface WebApplicationListenerevent - The event object passed as parameter during the event handler call.public void requestStarted(WebApplicationEvent event)
requestStarted in interface WebApplicationListenerevent - The event object passed as parameter during the event handler call.public void requestTerminated(WebApplicationEvent event)
requestTerminated in interface WebApplicationListenerevent - The event object passed as parameter during the event handler call.public void sessionCreated(WebApplicationEvent event)
sessionCreated in interface WebApplicationListenerevent - The event object passed as parameter during the event handler call.public void sessionDestroyed(WebApplicationEvent event)
sessionDestroyed in interface WebApplicationListenerevent - The event object passed as parameter during the event handler call.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||