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.springmodules.xt.model.event.support.PayloadEvent.java

/**
 * Concrete {@link org.springframework.context.ApplicationEvent} carrying several information as a payload.<br>
 * Each event carries the following information:
 * <ul>
 * <li>Event source object (mandatory).</li>
 * <li>Payload object (optional).</li>