FileDocCategorySizeDatePackage
ConfigChangeEventListener.javaAPI DocGlassfish v2 API2716Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.event

ConfigChangeEventListener

public interface ConfigChangeEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface that should be implemented to handle all ConfigChangeEvents.

Fields Summary
Constructors Summary
Methods Summary
public voidconfigChanged(ConfigChangeEvent event)
Process configuration change event.

throws
AdminEventListenerException when the listener is unable to process the event.