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

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

Introduction

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

Usage

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

public class EventContext extends ApplicationContextEvent {

    private Event event;
    //
    private Method eventHandler;
    private Object eventSubscriber;

From source file com.googlecode.starflow.engine.event.AbstractFlowEvent.java

/**
 * 
 * @author libinsong1204@gmail.com
 * @version 1.0
 */
@SuppressWarnings("serial")