com.itmill.toolkit.terminal
Interface Terminal.ErrorListener

All Known Implementing Classes:
Application
Enclosing interface:
Terminal

public static interface Terminal.ErrorListener

Terminal error listener interface.


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

Method Detail

terminalError

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

Parameters:
event - the fired event.


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