org.apache.tomee.catalina
Class WebDeploymentListeners

java.lang.Object
  extended by org.apache.tomee.catalina.WebDeploymentListeners
All Implemented Interfaces:
WebDeploymentListener

public class WebDeploymentListeners
extends Object
implements WebDeploymentListener

Version:
$Rev$ $Date$

Constructor Summary
WebDeploymentListeners()
           
 
Method Summary
 boolean add(WebDeploymentListener webDeploymentListener)
           
 void afterApplicationCreated(AppInfo appInfo, WebAppInfo webApp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDeploymentListeners

public WebDeploymentListeners()
Method Detail

add

public boolean add(WebDeploymentListener webDeploymentListener)

afterApplicationCreated

public void afterApplicationCreated(AppInfo appInfo,
                                    WebAppInfo webApp)
Specified by:
afterApplicationCreated in interface WebDeploymentListener


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.