FileDocCategorySizeDatePackage
ConfigContextEventListener.javaAPI DocGlassfish v2 API3026Fri May 04 22:31:18 BST 2007com.sun.enterprise.config

ConfigContextEventListener

public interface ConfigContextEventListener implements EventListener
This is a class for all configcontext change event listeners.

Fields Summary
Constructors Summary
Methods Summary
public voidpostAccessNotification(ConfigContextEvent ccce)
after config add, delete, set, update or flush. type is in ccce

public voidpostChangeNotification(ConfigContextEvent ccce)
after config add, delete, set, update or flush. type is in ccce

public voidpreAccessNotification(ConfigContextEvent ccce)
before config add, delete, set, update or flush. type is in ccce

public voidpreChangeNotification(ConfigContextEvent ccce)
before config add, delete, set, update or flush. type is in ccce