com.vaadin.server
Interface Terminal.ErrorListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultErrorListener, LegacyApplication
Enclosing interface:
Terminal

public static interface Terminal.ErrorListener
extends java.io.Serializable

Interface for listening to Terminal errors.


Method Summary
 void terminalError(Terminal.ErrorEvent event)
          Invoked when a terminal error occurs.
 

Method Detail

terminalError

void terminalError(Terminal.ErrorEvent event)
Invoked when a terminal error occurs.

Parameters:
event - the fired event.


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