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 org.jasig.schedassist.impl.events.AbstractAppointmentEvent.java

/**
 * Abstract {@link ApplicationEvent} that corresponds with an appointment
 * being created, cancelled, joined, or left.
 *  
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: AbstractAppointmentEvent.java 2103 2010-05-11 17:45:27Z npblair $

From source file de.hska.ld.content.events.document.DocumentReadListEvent.java

public class DocumentReadListEvent extends ApplicationEvent {

    private static final long serialVersionUID = -1903319969171271551L;

    private Page<DocumentListItemDto> resultList;
    private String accessToken;

From source file org.cloudfoundry.identity.uaa.audit.event.AbstractUaaEvent.java

/**
 * Base class for UAA events that want to publish audit records.
 * 
 * @author Luke Taylor
 * @author Dave Syer
 * 

From source file org.bigtester.ate.model.casestep.RepeatStepInOutEvent.java

/**
 * This class RepeatDataRefreshEvent defines ....
 * 
 * @author Peidong Hu
 *
 */

From source file com.mmnaseri.couteau.context.spring.event.TranslatedEvent.java

/**
 * This is the intended root for all events translated through Couteau.
 *
 * @author Milad Naseri (mmnaseri@programmer.net)
 * @since 1.0 (2013/6/30, 10:13)
 */

From source file com.agileapes.couteau.context.spring.event.TranslatedEvent.java

/**
 * This is the intended root for all events translated through Couteau.
 *
 * @author Mohammad Milad Naseri (m.m.naseri@gmail.com)
 * @since 1.0 (2013/6/30, 10:13)
 */

From source file burstcoin.jminer.core.reader.event.ReaderDriveInterruptedEvent.java

/**
 * fired if read is interrupted on shutdown threadPool
 */
public class ReaderDriveInterruptedEvent extends ApplicationEvent {
    private long blockNumber;
    private String directory;

From source file com.enprowess.migration.bulkimport.BulkFSImportEvent.java

/**
 * A class of event that notifies the listener of a significant event relating to a bulk filesystem
 * import. Useful for Monitoring purposes.
 * 
 * @since 4.0
 */

From source file burstcoin.jminer.core.reader.event.ReaderDriveFinishEvent.java

public class ReaderDriveFinishEvent extends ApplicationEvent {
    private String directory;
    private long size;
    private long time;
    private long blockNumber;

From source file burstcoin.jminer.core.network.event.NetworkPoolInfoEvent.java

public class NetworkPoolInfoEvent extends ApplicationEvent {
    private String poolAccountRS;
    private String poolBalanceNQT;
    private String poolForgedBalanceNQT;
    private int poolNumberOfMiningAccounts; // todo find active