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 ru.jts_dev.gameserver.ai.InternalMessage.java

/**
 * @author Java-man
 * @since 21.12.2015
 */
abstract class InternalMessage extends ApplicationEvent {
    public InternalMessage(AiObject aiObject) {

From source file org.owasp.dependencytrack.tasks.DependencyCheckAnalysisRequestEvent.java

/**
 * An event object for performing a Dependency-Check analysis.
 * @author Steve Springett (steve.springett@owasp.org)
 */
public class DependencyCheckAnalysisRequestEvent extends ApplicationEvent {

From source file edu.internet2.middleware.shibboleth.common.session.LoginEvent.java

/** An event representing the creation of a Shibboleth session that occurred because a user logged into the system. */
public class LoginEvent extends ApplicationEvent {

    /** Serial version UID. */
    private static final long serialVersionUID = -898463237588351558L;

From source file org.archive.crawler.event.StatSnapshotEvent.java

/**
 * ApplicationEvent published when the StatisticsTracker takes its
 * sample of various statistics. Other modules can observe this event
 * to perform periodic checks related to overall statistics. 
 * 
 * @contributor gojomo

From source file edu.internet2.middleware.shibboleth.common.session.LogoutEvent.java

/**
 * An event representing the destruction of a Shibboleth session that occured because a user logged out of the system or
 * because the application timed out.
 */
public class LogoutEvent extends ApplicationEvent {

From source file com.bbytes.zorba.domain.JobEvent.java

/**
 * The class holds all the information related to job events like job started , ended etc
 * 
 * @author Thanneer
 * 
 * @version 0.0.1

From source file org.openwms.core.event.RootApplicationEvent.java

/**
 * A RootApplicationEvent.
 *
 * @author <a href="mailto:russelltina@users.sourceforge.net">Tina Russell</a>
 * @version $Revision$
 * @since 0.1

From source file io.github.microcks.event.MockInvocationEvent.java

/**
 * Simple bean representing an invocation event on a Mock.
 * @author laurent
 */
public class MockInvocationEvent extends ApplicationEvent {

From source file com.aol.advertising.qiao.management.jmx.ControlCommand.java

public abstract class ControlCommand extends ApplicationEvent {
    private static final long serialVersionUID = 5006355869030809854L;
    protected static Logger logger = Logger.getLogger(ControlCommand.class);
    protected EnumCommand command;
    protected String payload;

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

/**
 * Event raised when a schedule owner changes their available schedule.
 *  
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: AvailableScheduleChangedEvent.java 1911 2010-04-14 21:15:46Z npblair $
 */