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.web This package implement web terminal for both AJAX-capable and more limited web browsers. 
 

Uses of Terminal.ErrorEvent in com.itmill.toolkit
 

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.web
 

Classes in com.itmill.toolkit.terminal.web that implement Terminal.ErrorEvent
 class AjaxApplicationManager.URIHandlerErrorImpl
          Implementation of URIHandler.ErrorEvent interface.
 class AjaxVariableMap.TerminalErrorImpl
          Implementation of VariableOwner.Error interface.
 class AjaxVariableMap.VariableOwnerErrorImpl
          Implementation of VariableOwner.Error interface.
 class ApplicationServlet.ParameterHandlerErrorImpl
          Implementation of ParameterHandler.ErrorEvent interface.
 class ApplicationServlet.URIHandlerErrorImpl
          Implementation of URIHandler.ErrorEvent interface.
 class HttpVariableMap.TerminalErrorImpl
          Implementation of VariableOwner.Error interface.
 class HttpVariableMap.VariableOwnerErrorImpl
          Implementation of VariableOwner.Error interface.
 



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