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 com.slyak.services.file.event.FilePreStoreEvent.java

/**
 * .
 *
 * @author stormning on 2017/1/6.
 */
public class FilePreStoreEvent extends ApplicationEvent {

From source file org.brekka.pegasus.core.event.XmlEntityDeleteEvent.java

/**
 * TODO Description of XmlEntityDeleteEvent
 *
 * @author Andrew Taylor (andrew@brekka.org)
 */
public class XmlEntityDeleteEvent extends ApplicationEvent {

From source file org.pidster.mqtt.shell.event.MqttMessageDeliveryEvent.java

/**
 * @author pidster
 *
 */
public class MqttMessageDeliveryEvent extends ApplicationEvent {

From source file de.codecentric.boot.admin.event.ClientApplicationEvent.java

/**
 * Abstract Event regearding spring boot admin clients
 * @author Johannes Stelzer
 */
public abstract class ClientApplicationEvent extends ApplicationEvent {
    private static final long serialVersionUID = 1L;

From source file com.slyak.services.file.event.FilePostStoreEvent.java

/**
 * .
 *
 * @author stormning on 2017/1/6.
 */
public class FilePostStoreEvent extends ApplicationEvent {

From source file org.brekka.pegasus.core.event.AssociateDeleteEvent.java

/**
 * An associate is being deleted.
 *
 * @author Andrew Taylor (andrew@brekka.org)
 */
public class AssociateDeleteEvent extends ApplicationEvent {

From source file org.brekka.pegasus.core.event.AllocationFileCreateEvent.java

/**
 * Event issued when a new allocation file is created.
 *
 * @author Andrew Taylor (andrew@brekka.org)
 */
public class AllocationFileCreateEvent extends ApplicationEvent {

From source file org.brekka.pegasus.core.event.AllocationFileDeleteEvent.java

/**
 * Event issued when an allocation file is deleted.
 *
 * @author Andrew Taylor (andrew@brekka.org)
 */
public class AllocationFileDeleteEvent extends ApplicationEvent {

From source file org.pidster.mqtt.shell.event.MqttMessageEvent.java

/**
 * @author pidster
 *
 */
public class MqttMessageEvent extends ApplicationEvent {

From source file org.fineract.module.stellar.listener.FineractPaymentEvent.java

public class FineractPaymentEvent extends ApplicationEvent {

    private final Long eventId;

    private final PaymentPersistency payment;