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.synchronoss.cloud.nio.multipart.example.utils.ContextFinalizer.java

/**
 * <p> Context finalizer
 *
 * @author Silvano Riz.
 */
@Component

From source file com.github.iexel.fontus.web.ApplicationListenerBean.java

@Component
public class ApplicationListenerBean implements ApplicationListener<ContextRefreshedEvent> {

    @Autowired
    private IProductsService productsService;

From source file ch.qos.logback.ext.spring.ApplicationContextHolder.java

/**
 * A special bean which may be defined in the Spring {@code ApplicationContext} to make the context available statically
 * to objects which, for whatever reason, cannot be wired up in Spring (for example, logging appenders which must be
 * defined in XML or properties files used to initialize the logging system).
 * <p/>
 * To use this holder, <i>exactly one</i> bean should be declared as follows:

From source file com.epam.reportportal.auth.event.UiAuthenticationSuccessEventHandler.java

/**
 * Updates Last Login field in database User entity
 *
 * @author Andrei Varabyeu
 */
@Component

From source file rhinova.gui.dataentry.reserve.ReserveDataEntryPanel.java

/**
 * @author derrick futschik
 */
public class ReserveDataEntryPanel extends JPanel implements ApplicationListener<GISPanelClickedEvent> {

    private static final long serialVersionUID = 1L;

From source file org.jasig.schedassist.impl.events.LoggingApplicationListener.java

/**
 * {@link ApplicationListener} that logs appointment creation, cancellation,
 * join, and leave events asynchronously.
 *  
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: LoggingApplicationListener.java 2832 2010-11-02 17:07:37Z npblair $

From source file com.company.project.config.StompDisconnectEvent.java

/**
 *
 * @author Romer
 */
@Component
public class StompDisconnectEvent implements ApplicationListener<SessionDisconnectEvent> {

From source file com.newlandframework.rpc.spring.NettyRpcService.java

/**
 * @author tangjie<https://github.com/tang-jie>
 * @filename:NettyRpcService.java
 * @description:NettyRpcService?
 * @blogs http://www.cnblogs.com/jietang/
 * @since 2016/10/7

From source file net.sourceforge.subsonic.security.SubsonicApplicationEventListener.java

/**
 * @author Sindre Mehus
 * @version $Id$
 */
public class SubsonicApplicationEventListener implements ApplicationListener {

From source file org.geoserver.wps.executor.storage.TestProcessStorage.java

/**
 * The Class TestProcessStorage.
 * 
 * @author "Alessio Fabiani - alessio.fabiani@geo-solutions.it"
 */
public class TestProcessStorage