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.qpark.eip.core.spring.lockedoperation.dao.LockableOperationDao.java

/**
 * DAO providing locking feasibility.
 *
 * @author bhausen
 */
public interface LockableOperationDao extends ApplicationListener<ContextRefreshedEvent> {

From source file rhinova.gui.dataentry.link.LinkDataEditPannel.java

/**
 * @author derrick futschik
 */
public class LinkDataEditPannel extends JPanel implements ApplicationListener<ApplicationEvent> {
    /**
     * 

From source file com.codecrate.shard.ui.event.AbstractSpecificApplicationEventListener.java

/**
 * helper class for listening to specific application events.
 *
 */
public abstract class AbstractSpecificApplicationEventListener implements ApplicationListener {

From source file com.github.ffremont.microservices.springboot.node.AppReady.java

/**
 *
 * @author florent
 */
@Component
public class AppReady implements ApplicationListener<ApplicationStartedEvent> {

From source file com.wavemaker.commons.event.WMApplicationListener.java

/**
 * @author Uday Shankar
 */
@Order(value = 0)
public interface WMApplicationListener<E extends ApplicationEvent> extends ApplicationListener<E> {
}

From source file net.groupbuy.listener.InitListener.java

/**
 * Listener - ?
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file com.project.atm.http.util.HttpExecutor.java

/**
 * Author andry on 21/01/16.
 */
public class HttpExecutor implements ApplicationListener<ContextClosedEvent> {
    private static final Logger logger = Logger.getLogger(HttpExecutor.class);

From source file net.sf.gazpachoquest.repository.dynamic.QuestionnaireAnswersActivator.java

@Component
public class QuestionnaireAnswersActivator implements ApplicationListener<ContextRefreshedEvent> {

    @Autowired
    private QuestionnaireAnswersRepository repository;

From source file com.scase.core.listener.InitListener.java

/**
 * Listener - ?
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file com.project.atm.model.async.ProcessExecutor.java

/**
 * Author andry on 21/01/16.
 */
public class ProcessExecutor implements ApplicationListener<ContextClosedEvent> {
    private static final Logger logger = Logger.getLogger(ProcessExecutor.class);