atg.service.webappregistry
Interface WebAppListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MergedWebAppRegistry

public interface WebAppListener
extends java.util.EventListener

Interface implemented by objects that want to be notified when a WebApp is registered.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 void receiveEvent(WebAppEvent pEvent)
          Called when a WebApp has been added.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

receiveEvent

void receiveEvent(WebAppEvent pEvent)
Called when a WebApp has been added.

Parameters:
pEvent - a WebAppEvent value