org.jboss.portal.web
Interface WebAppListener

All Known Implementing Classes:
PortletApplicationDeployer

public interface WebAppListener

Defines the contract for listening web application events.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 void onEvent(WebAppEvent event)
          Signal a web application event to the listener.
 

Method Detail

onEvent

void onEvent(WebAppEvent event)
Signal a web application event to the listener.

Parameters:
event - the web application event