Example usage for org.springframework.context ApplicationEvent subclass-usage

List of usage examples for org.springframework.context ApplicationEvent subclass-usage

Introduction

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

Usage

From source file net.sf.xplanner.events.ObjectCreated.java

/**
*    XplannerPlus, agile planning software
*    @author Maksym. 
*    Copyright (C) 2009  Maksym Chyrkov
*    This program is free software: you can redistribute it and/or modify
*    it under the terms of the GNU General Public License as published by

From source file net.sf.xplanner.events.ObjectDeleted.java

/**
*    XplannerPlus, agile planning software
*    @author Maksym. 
*    Copyright (C) 2009  Maksym Chyrkov
*    This program is free software: you can redistribute it and/or modify
*    it under the terms of the GNU General Public License as published by

From source file net.sf.xplanner.events.ObjectUpdated.java

/**
*    XplannerPlus, agile planning software
*    @author Maksym. 
*    Copyright (C) 2009  Maksym Chyrkov
*    This program is free software: you can redistribute it and/or modify
*    it under the terms of the GNU General Public License as published by

From source file com.ling.spring.event.ContentEvent.java

public class ContentEvent extends ApplicationEvent {

    public ContentEvent(String source) {
        super(source);
    }

From source file com.herion.hello.ContentEvent.java

/**
 * <p>User: herion
 * <p>Date: 13-7-8 ?9:09
 * <p>Version: 1.0
 */
public class ContentEvent extends ApplicationEvent {

From source file com.sishuok.hello.ContentEvent.java

/**
 * <p>User: Zhang Kaitao
 * <p>Date: 13-7-8 ?9:09
 * <p>Version: 1.0
 */
public class ContentEvent extends ApplicationEvent {

From source file com.herion.register.RegisterEvent.java

/**
 * <p>User: herion
 * <p>Date: 13-7-8 ?9:36
 * <p>Version: 1.0
 */
public class RegisterEvent extends ApplicationEvent {

From source file com.sishuok.register.RegisterEvent.java

/**
 * <p>User: Zhang Kaitao
 * <p>Date: 13-7-8 ?9:36
 * <p>Version: 1.0
 */
public class RegisterEvent extends ApplicationEvent {

From source file pkg.CustomEvent.java

/**
 *
 * @author ICBC
 */
public class CustomEvent extends ApplicationEvent {
    public CustomEvent(Object source) {

From source file spring_4.event2.java

/**
 *
 * @author sanketnayak
 */
public class event2 extends ApplicationEvent {