Example usage for org.springframework.web.socket.messaging SessionSubscribeEvent toString

List of usage examples for org.springframework.web.socket.messaging SessionSubscribeEvent toString

Introduction

In this page you can find the example usage for org.springframework.web.socket.messaging SessionSubscribeEvent toString.

Prototype

@Override
    public String toString() 

Source Link

Usage

From source file:jp.pigumer.web.SubscribeListener.java

@Override
public void onApplicationEvent(SessionSubscribeEvent e) {
    LOGGER.log(Level.INFO, e.toString());
}