Uses of Interface
com.itmill.toolkit.terminal.Terminal.ErrorEvent

Packages that use Terminal.ErrorEvent
com.itmill.toolkit This package is the base of the IT Mill Toolkit. 
com.itmill.toolkit.terminal Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. 
com.itmill.toolkit.terminal.gwt.server   
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Terminal.ErrorEvent in com.itmill.toolkit
 

Classes in com.itmill.toolkit that implement Terminal.ErrorEvent
 class Application.ApplicationError
           
 

Methods in com.itmill.toolkit 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.itmill.toolkit.terminal
 

Subinterfaces of Terminal.ErrorEvent in com.itmill.toolkit.terminal
static interface ParameterHandler.ErrorEvent
          ParameterHandler error event.
static interface URIHandler.ErrorEvent
          URIHandler error event.
static interface VariableOwner.ErrorEvent
          VariableOwner error event.
 

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

Uses of Terminal.ErrorEvent in com.itmill.toolkit.terminal.gwt.server
 

Classes in com.itmill.toolkit.terminal.gwt.server that implement Terminal.ErrorEvent
 class ApplicationServlet.ParameterHandlerErrorImpl
          Implementation of ParameterHandler.ErrorEvent interface.
 class ApplicationServlet.RequestError
           
 class ApplicationServlet.URIHandlerErrorImpl
          Implementation of URIHandler.ErrorEvent interface.
 class ChangeVariablesErrorEvent
           
 class CommunicationManager.ErrorHandlerErrorEvent
           
 class CommunicationManager.URIHandlerErrorImpl
          Implementation of URIHandler.ErrorEvent interface.
 

Uses of Terminal.ErrorEvent in com.itmill.toolkit.ui
 

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



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.