Example usage for com.vaadin.client.communication MessageHandler subclass-usage

List of usage examples for com.vaadin.client.communication MessageHandler subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.client.communication MessageHandler subclass-usage.

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.communication.CubaMessageHandler.java

public class CubaMessageHandler extends MessageHandler {

    @Override
    protected void startHandlingJsonCommand(ValueMap json) {
        super.startHandlingJsonCommand(json);
        String profilerMarker = ScreenClientProfiler.getProfilerMarkerFromJson(json);