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.jahia.modules.googleAnalytics.GoogleAnalyticsFilter.java

/**
 * User: david
 * Date: 2/25/11
 * Time: 11:28 AM
 */
public class GoogleAnalyticsFilter extends AbstractFilter implements ApplicationListener<ApplicationEvent> {

From source file com.baidu.cc.spring.ConfigCenterPropertyPlaceholderConfigurer.java

/**
 * A extend utility class for spring property configuration resolve from configuration
 * center server.<br>
 * 
 * <pre>
 * {@code

From source file com.jiangnan.es.orm.mybatis.extend.SqlSessionFactoryBean.java

/**
 * @description SqlSessionFactoryBean,??classpathmapper
 * @author ywu@wuxicloud.com
 * 201554 ?5:07:55
 */
public class SqlSessionFactoryBean

From source file uk.bl.wap.crawler.frontier.AMQPUrlReceiver.java

/**
 * Temporary copy of
 * /heritrix-contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java
 * 
 * Just here so I can use it with the stable H3 release from Kris.
 * 

From source file org.zenoss.zep.impl.Application.java

/**
 * Represents core application logic for ZEP, including the scheduled aging and
 * purging of events.
 */
public class Application
        implements ApplicationEventPublisherAware, ApplicationContextAware, ApplicationListener<ApplicationEvent> {

From source file edu.monash.merc.system.config.SystemDBLoader.java

/**
 * SystemDBLoader class initializes the database for the TPB data types.
 *
 * @author Simon Yu
 *         <p/>
 *         Email: xiaoming.yu@monash.edu

From source file com.ethercamp.harmony.service.BlockchainInfoService.java

/**
 * Created by Stan Reshetnyk on 11.07.16.
 */
@Service
@Slf4j(topic = "harmony")
public class BlockchainInfoService implements ApplicationListener {

From source file chanedi.dao.impl.mybatis.session.SqlSessionFactoryBean.java

/**
 * 
 * org.mybatis:mybatis-spring:1.2.1
 * org.mybatis.spring.SqlSessionFactoryBean
 *
 * ConfigurationXMLConfigBuilder(?Configuration)

From source file org.danielli.xultimate.orm.mybatis.SqlSessionFactoryBean.java

/**
 * ?SqlSessionFactoryBeanconfigurationProperties??configLocation
 * {@code FactoryBean} that creates an MyBatis {@code SqlSessionFactory}.
 * This is the usual way to set up a shared MyBatis {@code SqlSessionFactory} in a Spring application context;
 * the SqlSessionFactory can then be passed to MyBatis-based DAOs via dependency injection.
 *

From source file com.hypersocket.session.SessionServiceImpl.java

@Service
public class SessionServiceImpl extends PasswordEnabledAuthenticatedServiceImpl
        implements SessionService, ApplicationListener<ContextStartedEvent> {

    @Autowired
    SessionRepository repository;