List of usage examples for org.apache.commons.configuration.event ConfigurationListener interface-usage
From source file gov.nih.nci.security.authentication.LockoutConfigurationListener.java
public class LockoutConfigurationListener implements ConfigurationListener, ConfigurationErrorListener { @Override public void configurationChanged(ConfigurationEvent event) { if (!event.isBeforeUpdate()) {
From source file hu.netmind.beankeeper.config.ExtendedConfigurationListener.java
/**
* This interface listens to standard configuration events, and
* full reload events.
* @author Brautigam Robert
* @version Revision: $Revision$
*/
From source file it.grid.storm.authz.sa.conf.FileAuthzDBListener.java
public class FileAuthzDBListener implements ConfigurationListener { private static final Logger log = LoggerFactory.getLogger(FileAuthzDBListener.class); private String authzFileName; public FileAuthzDBListener(String authzFileName) {
From source file nz.co.senanque.madura.configuration.SampleListener.java
/**
*
* Demonstrates configuration listener behaviour.
*
* @author Roger Parkinson
* @version $Revision: 1.4 $
From source file pl.otros.logview.gui.actions.table.MarkRowBySpaceKeyListener.java
public class MarkRowBySpaceKeyListener extends KeyAdapter implements ConfigurationListener { private JTable table; private LogDataTableModel dataTableModel; private MarkerColors markerColors = MarkerColors.Aqua;
From source file org.eclipse.winery.repository.backend.filebased.AutoSaveListener.java
/** * We do not count loads and saves as in * {@link org.apache.commons.configuration.builder.AutoSaveListener}, because * ConfigurationListener is not aware of such things */ class AutoSaveListener implements ConfigurationListener {
From source file com.netflix.config.ExpandedConfigurationListenerAdapter.java
/**
* <p>An <code>ExpandedConfigurationListenerAdapter</code> wraps an instance
* of {@link PropertyListener}. When it receives the
* property modification notification from the Apache Configuration,
* it translates the {@link ConfigurationEvent} into the corresponding
* events for {@link PropertyListener}.
From source file nz.co.senanque.madura.configuration.ReloadListener.java
/**
*
* Listens for the reload event and, when it is completed, reloads the Spring beans.
*
* @author Roger Parkinson
* @version $Revision: 1.2 $
From source file cross.io.IDataSource.java
/**
* Interface describing access to a IDataSource, which could be either a file on
* a local system, a network resource or a database connection.
*
* Implementing classes are required to allow reading of the structure of a data
* source, represented as IVariableFragments, describing the dimensions, data
From source file com.runwaysdk.configuration.CommonsConfigurationReader.java
/*******************************************************************************
* Copyright (c) 2013 TerraFrame, Inc. All rights reserved.
*
* This file is part of Runway SDK(tm).
*
* Runway SDK(tm) is free software: you can redistribute it and/or modify