Process configuration change event.
System.out.println("\n CONFIG CHANGE EVENT LISTENER " + event);
try {
// FIXME: remove this
//ConfigContext ctx = AdminService.getAdminService().getAdminContext().getAdminConfigContext();
//ctx.flush();
} catch (Exception e) {
e.printStackTrace();
}