org.jboss.portal.web
Class WebAppEvent

java.lang.Object
  extended by org.jboss.portal.web.WebAppEvent
Direct Known Subclasses:
WebAppLifeCycleEvent

public abstract class WebAppEvent
extends java.lang.Object

Base class for web application events.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
WebAppEvent(WebApp webApp)
          Construct a new web application event.
 
Method Summary
 WebApp getWebApp()
          Returns the web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppEvent

public WebAppEvent(WebApp webApp)
            throws java.lang.IllegalArgumentException
Construct a new web application event.

Parameters:
webApp - the web application
Throws:
java.lang.IllegalArgumentException - if the provided web application is null
Method Detail

getWebApp

public WebApp getWebApp()
Returns the web application.

Returns:
the web application