com.vaadin

Package com.vaadin

The Vaadin base package.

See:
          Description

Interface Summary
Application.UserChangeListener The UserChangeListener interface for listening application user changes.
Application.WindowAttachListener Window attach listener interface.
Application.WindowDetachListener Window detach listener interface.
 

Class Summary
Application Base class required for all Vaadin applications.
Application.CustomizedSystemMessages Contains the system messages used to notify the user about various critical situations that can occur.
Application.SystemMessages Contains the system messages used to notify the user about various critical situations that can occur.
 

Package com.vaadin Description

The Vaadin base package. Contains the Application class, the starting point of any application that uses Vaadin.

Contains all Vaadin core classes. A Vaadin application is based on the Application class and deployed as a servlet using ApplicationServlet or GAEApplicationServlet (for Google App Engine).

Vaadin applications can also be deployed as portlets using ApplicationPortlet (JSR-168) or ApplicationPortlet2 (JSR-286).

All classes in Vaadin are serializable unless otherwise noted. This allows Vaadin applications to run in cluster and cloud environments.