Example usage for com.vaadin.event UIEvents.PollListener interface-usage

List of usage examples for com.vaadin.event UIEvents.PollListener interface-usage

Introduction

In this page you can find the example usage for com.vaadin.event UIEvents.PollListener interface-usage.

Usage

From source file org.opennms.features.vaadin.surveillanceviews.ui.SurveillanceView.java

/**
 * This class is the base component for displaying a surveillance view and the dashboard.
 *
 * @author Christian Pape
 */
public class SurveillanceView extends CssLayout implements UIEvents.PollListener {