ConfigContextEventListenerpublic interface ConfigContextEventListener implements EventListenerThis is a class for all configcontext change event listeners. |
Methods Summary |
---|
public void | postAccessNotification(ConfigContextEvent ccce)after config add, delete, set, update or flush. type is in ccce
| public void | postChangeNotification(ConfigContextEvent ccce)after config add, delete, set, update or flush. type is in ccce
| public void | preAccessNotification(ConfigContextEvent ccce)before config add, delete, set, update or flush. type is in ccce
| public void | preChangeNotification(ConfigContextEvent ccce)before config add, delete, set, update or flush. type is in ccce
|
|