com.vaadin.server
Interface Terminal

All Superinterfaces:
java.io.Serializable

Deprecated. Currently only a container for ErrorEvent and ErrorListener

@Deprecated
public interface Terminal
extends java.io.Serializable

An interface that provides information about the user's terminal. Implementors typically provide additional information using methods not in this interface.

Since:
3.0
Author:
Vaadin Ltd.

Nested Class Summary
static interface Terminal.ErrorEvent
          Deprecated. An error event implementation for Terminal.
static interface Terminal.ErrorListener
          Deprecated. Interface for listening to Terminal errors.
 



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