com.itmill.toolkit.terminal.gwt.server
Class CommunicationManager.ErrorHandlerErrorEvent

java.lang.Object
  extended by com.itmill.toolkit.terminal.gwt.server.CommunicationManager.ErrorHandlerErrorEvent
All Implemented Interfaces:
Terminal.ErrorEvent
Enclosing class:
CommunicationManager

public class CommunicationManager.ErrorHandlerErrorEvent
extends Object
implements Terminal.ErrorEvent


Constructor Summary
CommunicationManager.ErrorHandlerErrorEvent(Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
          Gets the contained throwable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationManager.ErrorHandlerErrorEvent

public CommunicationManager.ErrorHandlerErrorEvent(Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()
Description copied from interface: Terminal.ErrorEvent
Gets the contained throwable.

Specified by:
getThrowable in interface Terminal.ErrorEvent


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