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 com.cruz.sec.config.SessionExpirationFilter.java

/**
 *
 * @author Abel
 */
public class SessionExpirationFilter implements ApplicationListener<HttpSessionDestroyedEvent> {

From source file es.didiez.SimulateIndexPageRequest.java

/**
 *
 * @author diego
 */
@Component
public class SimulateIndexPageRequest implements ApplicationListener<ApplicationReadyEvent> {

From source file mum.edu.sec.AuthenticationEventListener.java

@Component
public class AuthenticationEventListener implements ApplicationListener<AbstractAuthenticationEvent> {

    //private static Logger logger = Logger.getLogger(AuthenticationEventListener.class);

    @Override

From source file startup.Startup.java

/**
 *
 * @author Rice Pavel
 */
@Component
public class Startup implements ApplicationListener<ContextRefreshedEvent> {

From source file tasly.greathealth.oms.web.listener.DestroyListener.java

/**
 *
 */
public class DestroyListener implements ApplicationListener<ContextClosedEvent> {

    private static final Logger LOG = LoggerFactory.getLogger(DestroyListener.class);

From source file com.thesoftwareguild.flightmaster.debugging.AuthenticationEventListener.java

/**
 *
 * @author yan
 */
@Component
public class AuthenticationEventListener implements ApplicationListener<AbstractAuthenticationEvent> {

From source file kzht.gm.springframework.extension.context.PrototypeBeanInitializeListener.java

/**
 * AspectJ 1.6.8 ???????<br />
 * <p>
 * ? URL https://jira.springsource.org/browse/SPR-8070 <br />
 * ? org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator#
 * wrapIfNecessary(Object, String, Object)

From source file tomekkup.helenos.context.PostConfiguringClusterListener.java

/**
 * ********************************************************
 * Copyright: 2012 Tomek Kuprowski
 *
 * License: GPLv2: http://www.gnu.org/licences/gpl.html
 *

From source file org.openmrs.module.casereport.DemoListener.java

@Component("demoListener")
public class DemoListener implements ApplicationListener<CaseReportSubmittedEvent> {

    private String reportUuid;

    public String getReportUuid() {

From source file com.safasoft.treeweb.auth.CustomLogoutListener.java

/**
 * To do action when user logout from system
 * Currently used to record user logout time
 * @created Apr 17, 2016
 * @author awal
 */