Uses of Interface
com.vaadin.terminal.Terminal.ErrorEvent

Packages that use Terminal.ErrorEvent
com.vaadin The Vaadin base package. 
com.vaadin.terminal   
com.vaadin.terminal.gwt.server   
com.vaadin.ui   
 

Uses of Terminal.ErrorEvent in com.vaadin
 

Classes in com.vaadin that implement Terminal.ErrorEvent
 class Application.ApplicationError
          Application error is an error message defined on the application level.
 

Methods in com.vaadin with parameters of type Terminal.ErrorEvent
 void Application.terminalError(Terminal.ErrorEvent event)
           Invoked by the terminal on any exception that occurs in application and is thrown by the setVariable to the terminal.
 

Uses of Terminal.ErrorEvent in com.vaadin.terminal
 

Subinterfaces of Terminal.ErrorEvent in com.vaadin.terminal
static interface ParameterHandler.ErrorEvent
          An ErrorEvent implementation for ParameterHandler.
static interface URIHandler.ErrorEvent
          An ErrorEvent implementation for URIHandler.
static interface VariableOwner.ErrorEvent
          VariableOwner error event.
 

Methods in com.vaadin.terminal with parameters of type Terminal.ErrorEvent
 void Terminal.ErrorListener.terminalError(Terminal.ErrorEvent event)
          Invoked when a terminal error occurs.
 

Uses of Terminal.ErrorEvent in com.vaadin.terminal.gwt.server
 

Classes in com.vaadin.terminal.gwt.server that implement Terminal.ErrorEvent
 class AbstractApplicationPortlet.RequestError
           
 class AbstractApplicationServlet.ParameterHandlerErrorImpl
          Implementation of ParameterHandler.ErrorEvent interface.
 class AbstractApplicationServlet.RequestError
           
 class AbstractApplicationServlet.URIHandlerErrorImpl
          Implementation of URIHandler.ErrorEvent interface.
 class AbstractCommunicationManager.ErrorHandlerErrorEvent
           
 class AbstractCommunicationManager.URIHandlerErrorImpl
          Implementation of URIHandler.ErrorEvent interface.
 class ChangeVariablesErrorEvent
           
 

Uses of Terminal.ErrorEvent in com.vaadin.ui
 

Subinterfaces of Terminal.ErrorEvent in com.vaadin.ui
static interface AbstractComponent.ComponentErrorEvent
           
 



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