com.vaadin.event
Interface UIEvents


public interface UIEvents

A class that contains events, listeners and handlers specific to the UI class.

Since:
7.2
Author:
Vaadin Ltd

Nested Class Summary
static class UIEvents.PollEvent
          An event that is fired whenever a client polls the server for asynchronous UI updates.
static interface UIEvents.PollListener
          A UIEvents.PollListener receives and handles PollEvents fired by PollNotifiers.
static interface UIEvents.PollNotifier
          The interface for adding and removing UIEvents.PollEvent listeners.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.