atg.service.webappregistry
Interface ServletContextWebAppRegistry.ServletContextWebAppRegistryListener

Enclosing class:
ServletContextWebAppRegistry

public static interface ServletContextWebAppRegistry.ServletContextWebAppRegistryListener

An interface for notifications when a web-app gets added or deleted.


Method Summary
 void addedWebApp(WebApp pWebApp)
          Notify that the specified WebApp was added.
 

Method Detail

addedWebApp

void addedWebApp(WebApp pWebApp)
Notify that the specified WebApp was added.