corelib.services.web.webapplications.events
Class WebApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by corelib.services.web.webapplications.events.WebEvent
          extended by corelib.services.web.webapplications.events.WebApplicationEvent
All Implemented Interfaces:
java.io.Serializable

public class WebApplicationEvent
extends WebEvent

Since:
0.1
Author:
Dominique Liard
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WebApplicationEvent(java.lang.Object source)
           
WebApplicationEvent(java.lang.Object source, javax.servlet.http.HttpSession session)
           
 
Method Summary
 WebApplication getWebApplication()
          Returns the associated WebApplication instance.
 
Methods inherited from class corelib.services.web.webapplications.events.WebEvent
getRequest, getResponse, getSession, getWebPage
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebApplicationEvent

public WebApplicationEvent(java.lang.Object source)

WebApplicationEvent

public WebApplicationEvent(java.lang.Object source,
                           javax.servlet.http.HttpSession session)
Method Detail

getWebApplication

public WebApplication getWebApplication()
Returns the associated WebApplication instance.

Returns:
The WebApplication instance.


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.