Package org.gatein.wci
Class WebAppEvent
- java.lang.Object
-
- org.gatein.wci.WebAppEvent
-
- Direct Known Subclasses:
WebAppLifeCycleEvent
public abstract class WebAppEvent extends Object
Base class for web application events.- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description WebAppEvent(WebApp webApp)Construct a new web application event.
-
-
-
Constructor Detail
-
WebAppEvent
public WebAppEvent(WebApp webApp) throws IllegalArgumentException
Construct a new web application event.- Parameters:
webApp- the web application- Throws:
IllegalArgumentException- if the provided web application is null
-
-
Method Detail
-
getWebApp
public WebApp getWebApp()
Returns the web application.- Returns:
- the web application
-
-