Example usage for org.springframework.context.event GenericApplicationListenerAdapter subclass-usage

List of usage examples for org.springframework.context.event GenericApplicationListenerAdapter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.event GenericApplicationListenerAdapter subclass-usage.

Usage

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

/**
 * @author pidster
 *
 */
public class ConnectionEventListener extends GenericApplicationListenerAdapter {

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

/**
 * @author pidster
 *
 */
public class MqttMessageEventListener extends GenericApplicationListenerAdapter {