com.vaadin.server
Class DefaultErrorListener

java.lang.Object
  extended by com.vaadin.server.DefaultErrorListener
All Implemented Interfaces:
Terminal.ErrorListener, java.io.Serializable

public class DefaultErrorListener
extends java.lang.Object
implements Terminal.ErrorListener

See Also:
Serialized Form

Constructor Summary
DefaultErrorListener()
           
 
Method Summary
static void doDefault(Terminal.ErrorEvent event)
           
 void terminalError(Terminal.ErrorEvent event)
          Invoked when a terminal error occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorListener

public DefaultErrorListener()
Method Detail

terminalError

public void terminalError(Terminal.ErrorEvent event)
Description copied from interface: Terminal.ErrorListener
Invoked when a terminal error occurs.

Specified by:
terminalError in interface Terminal.ErrorListener
Parameters:
event - the fired event.

doDefault

public static void doDefault(Terminal.ErrorEvent event)


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