Example usage for org.springframework.context.event SimpleApplicationEventMulticaster subclass-usage

List of usage examples for org.springframework.context.event SimpleApplicationEventMulticaster subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.event SimpleApplicationEventMulticaster subclass-usage.

Usage

From source file org.focusns.common.event.support.EventMulticaster.java

public class EventMulticaster extends SimpleApplicationEventMulticaster {

    private ApplicationListener eventListener = new EventListener();

    @Override
    public void multicastEvent(final ApplicationEvent appEvent) {