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

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

Introduction

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

Usage

From source file net.beachchou.spring.ioc.aware.ApplicationEventPublisherAwareBean.java

/**
 *
 * @author beach
 */
public class ApplicationEventPublisherAwareBean
        implements org.springframework.context.ApplicationEventPublisherAware {

From source file pkg.CustomEventPublisher.java

/**
 *
 * @author ICBC
 */
public class CustomEventPublisher implements ApplicationEventPublisherAware {
    private ApplicationEventPublisher publisher;

From source file com.mc.Circle.java

/**
 *
 * @author faruqe
 */
public class Circle implements Shape, ApplicationEventPublisherAware {
    private Point center;

From source file br.com.valecard.context.event.EventPublisher.java

/**
 *
 * @author Marcos O. Junqueira <marcos.junqueira at gmail.com>
 */
@Component
public class EventPublisher implements ApplicationEventPublisherAware {

From source file org.jasig.cas.event.advice.HttpRequestHandlerInterceptorAdapter.java

/**
 * HandlerInterceptor that will on a successful completion of a page rendering,
 * publish a PageRequestHttpRequestEvent. PageRequestHttpRequestEvents
 * encapsulate the HttpServletRequest object in order to allow EventHandlerse to
 * 
 * @author Scott Battaglia

From source file org.jasig.cas.event.advice.AuthenticationHandlerMethodInterceptor.java

/**
 * Advice to advise an AuthenticationHandler such that it checks the return
 * value returned by the authenticate method and constructs an
 * AuthenticationEvent that captures the result and publishes it for an
 * EventHandler to process.
 * 

From source file cz.muni.fi.editor.services.api.requests.RequestWorker.java

/**
 * Created by Dominik Szalai - emptulik at gmail.com on 15.10.2016.
 */
public interface RequestWorker extends ApplicationEventPublisherAware {
}

From source file org.jasig.cas.event.advice.CentralAuthenticationServiceMethodInterceptor.java

/**
 * @author Scott Battaglia
 * @version $Revision: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
 * @since 3.0.4
 */
public class CentralAuthenticationServiceMethodInterceptor

From source file javaspringtest.Circle.java

/**
 *
 * @author Emma
 */
@Controller
public class Circle implements Shape, ApplicationEventPublisherAware {

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

/**
 * @author Uday Shankar
 */
public class WMEventPublisherImpl implements WMEventPublisher, ApplicationEventPublisherAware {

    private static final Logger logger = LoggerFactory.getLogger(WMEventPublisherImpl.class);