Java com.vaadin.client.communication StateChangeEvent fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client.communication StateChangeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client.communication StateChangeEvent.

The text is from its open source code.

Constructor

Method

SetgetChangedProperties()
Gets the properties that have changed.
booleanhasPropertyChanged(String property)
Checks whether the give property has changed.
booleanisInitialStateChange()
Checks if the state change event is the first one for the given connector.