Example usage for org.springframework.context ApplicationListener interface-usage

List of usage examples for org.springframework.context ApplicationListener interface-usage

Introduction

In this page you can find the example usage for org.springframework.context ApplicationListener interface-usage.

Usage

From source file org.alfresco.filesys.AbstractServerConfigurationBean.java

import org.springframework.context.ApplicationContextAware;
import org.springframework.context.ApplicationEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.extensions.config.element.GenericConfigElement;

From source file org.archive.crawler.framework.CrawlJob.java

/**
 * CrawlJob represents a crawl configuration, including its 
 * configuration files, instantiated/running ApplicationContext, and 
 * disk output, potentially across multiple runs.
 * 
 * CrawlJob provides convenience methods for an administrative 

From source file org.archive.crawler.reporting.StatisticsTracker.java

/**
 * This is an implementation of the AbstractTracker. It is designed to function
 * with the WUI as well as performing various logging activity.
 * <p>
 * At the end of each snapshot a line is written to the
 * 'progress-statistics.log' file.

From source file org.nabucco.alfresco.enhScriptEnv.repo.script.EnhancedRhinoScriptProcessor.java

/**
 * @author Axel Faust, <a href="http://www.prodyna.com">PRODYNA AG</a>
 */
public class EnhancedRhinoScriptProcessor extends BaseProcessor implements EnhancedScriptProcessor<ScriptLocation>,
        ScriptProcessor, InitializingBean, ApplicationListener<ContextRefreshedEvent> {
    private static final String NODE_REF_RESOURCE_IMPORT_PATTERN = "<import(\\s*\\n*\\s+)+resource(\\s*\\n*\\s*+)*=(\\s*\\n*\\s+)*\"(([^:]+)://([^/]+)/([^\"]+))\"(\\s*\\n*\\s+)*(/)?>";

From source file cool.pandora.modeller.ui.jpanel.base.BagView.java

/**
 * Bag View.
 *
 * @author gov.loc
 */
public class BagView extends AbstractView implements ApplicationListener {

From source file ch.algotrader.service.ManagementServiceImpl.java

/**
 * @author <a href="mailto:aflury@algotrader.ch">Andy Flury</a>
 */
@ManagedResource(objectName = "ch.algotrader.service:name=ManagementService")
public class ManagementServiceImpl implements ManagementService, ApplicationListener<ContextRefreshedEvent> {

From source file org.archive.crawler.frontier.AbstractFrontier.java

/**
 * Shared facilities for Frontier implementations.
 * 
 * @author gojomo
 */
public abstract class AbstractFrontier implements Frontier, SeedListener, HasKeyedProperties, ExtractorParameters,

From source file com.idega.block.article.data.CategoryBugRemover.java

/**
 * Class for consequences of my bug.
 * You can report about problems to: <a href="mailto:martynas@idega.com">Martynas Stak</a>
 * You can expect to find some test cases notice in the end of the file.
 *
 * @version 1.0.0 2011.09.29

From source file org.openbaton.nfvo.vnfm_reg.VnfmManager.java

/**
 * Created by lto on 08/07/15.
 */
@Service
@Scope
@Order(value = (Ordered.LOWEST_PRECEDENCE - 10)) // in order to be the second to last

From source file is.idega.idegaweb.egov.bpm.cases.manager.BPMCasesRetrievalManager.java

/**
 * <p>Extension to {@link CasesRetrievalManager}</p>
 * <p>You can report about problems to: 
 * <a href="mailto:martynas@idega.is">Martynas Stak</a></p>
 *
 * @version 1.0.0 May 16, 2013