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