corelib.services.web.webapplications.events
Class WebApplicationAdapter

java.lang.Object
  extended by corelib.services.web.webapplications.events.WebApplicationAdapter
All Implemented Interfaces:
WebApplicationListener, WebListener, java.util.EventListener

public class WebApplicationAdapter
extends java.lang.Object
implements WebApplicationListener

Since:
0.2.0
Author:
Dominique Liard

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

WebApplicationAdapter

public WebApplicationAdapter()
Method Detail

applicationStarted

public void applicationStarted(WebApplicationEvent event)
Fired when the web application is started.

Specified by:
applicationStarted in interface WebApplicationListener
Parameters:
event - The event object passed as parameter during the event handler call.
Since:
0.2.0

applicationEnded

public void applicationEnded(WebApplicationEvent event)
Fired when the web application is ended.

Specified by:
applicationEnded in interface WebApplicationListener
Parameters:
event - The event object passed as parameter during the event handler call.
Since:
0.3.1

requestStarted

public void requestStarted(WebApplicationEvent event)
Fired when the request processing starts.

Specified by:
requestStarted in interface WebApplicationListener
Parameters:
event - The event object passed as parameter during the event handler call.
Since:
0.2.0

requestTerminated

public void requestTerminated(WebApplicationEvent event)
Fired when the request processing ends.

Specified by:
requestTerminated in interface WebApplicationListener
Parameters:
event - The event object passed as parameter during the event handler call.
Since:
0.2.0

sessionCreated

public void sessionCreated(WebApplicationEvent event)
Fired when a new session is created.

Specified by:
sessionCreated in interface WebApplicationListener
Parameters:
event - The event object passed as parameter during the event handler call.
Since:
0.2.0

sessionDestroyed

public void sessionDestroyed(WebApplicationEvent event)
Fired when a new session is destructed.

Specified by:
sessionDestroyed in interface WebApplicationListener
Parameters:
event - The event object passed as parameter during the event handler call.
Since:
0.2.0


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.