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 io.github.moosbusch.lumpi.application.event.impl.ApplicationWindowLoadedEvent.java

/**
 *
 * @author Gunnar Kappei
 */
public class ApplicationWindowLoadedEvent extends ApplicationEvent {
    private static final long serialVersionUID = 7786831649669645760L;

From source file com.searchbox.framework.event.EngineReadyEvent.java

public class EngineReadyEvent extends ApplicationEvent {

    /**
      * 
      */
    private static final long serialVersionUID = 1L;

From source file org.arrow.runtime.message.event.ErrorApplicationEvent.java

/**
 * {@link ApplicationEvent} instance for error events.
 *
 * @author christian.weber
 * @since 1.0.0
 */

From source file org.jasig.cas.mock.MockApplicationEvent.java

public class MockApplicationEvent extends ApplicationEvent {

    private static final long serialVersionUID = 3761968285092032567L;

    public MockApplicationEvent(Object arg0) {
        super(arg0);

From source file org.rotarysource.signals.shutdown.ShutdownEvent.java

/**
 * Class to create shutdown type events in rotary core subsystem. 
 * This kind of events will trigger the graceful system shutdown 
 * procedure assuring correct ordering in components destroy.
 * 
 * @author J.L. Canales

From source file com._4dconcept.springframework.data.marklogic.core.mapping.event.MarklogicMappingEvent.java

/**
 * Base {@link ApplicationEvent} triggered by Spring Data Marklogic.
 *
 * @author Stphane Toussaint
 */
public abstract class MarklogicMappingEvent<T> extends ApplicationEvent {

From source file org.arrow.runtime.message.event.SignalApplicationEvent.java

/**
 * {@link ApplicationEvent} instance for signal events.
 *
 * @author christian.weber
 * @since 1.0.0
 */

From source file org.arrow.runtime.message.event.MessageApplicationEvent.java

/**
 * {@link ApplicationEvent} instance for message events.
 *
 * @author christian.weber
 * @since 1.0.0
 */

From source file com.netflix.genie.core.events.BaseJobEvent.java

/**
 * A base event all Genie job events should extend.
 *
 * @author tgianos
 * @since 3.0.0
 */

From source file org.jasig.schedassist.impl.events.ScheduleOwnerRegistrationEvent.java

/**
 * {@link ApplicationEvent} raised when a {@link IScheduleOwner} is registered.
 *  
 * TODO unimplemented.
 *  
 * @author Nicholas Blair, nblair@doit.wisc.edu