com.itmill.toolkit.terminal.gwt.server
Class ChangeVariablesErrorEvent

java.lang.Object
  extended by com.itmill.toolkit.terminal.gwt.server.ChangeVariablesErrorEvent
All Implemented Interfaces:
Terminal.ErrorEvent, AbstractComponent.ComponentErrorEvent

public class ChangeVariablesErrorEvent
extends Object
implements AbstractComponent.ComponentErrorEvent


Constructor Summary
ChangeVariablesErrorEvent(Component component, Throwable throwable, Map variableChanges)
           
 
Method Summary
 Component getComponent()
           
 Throwable getThrowable()
          Gets the contained throwable.
 Map getVariableChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeVariablesErrorEvent

public ChangeVariablesErrorEvent(Component component,
                                 Throwable throwable,
                                 Map variableChanges)
Method Detail

getThrowable

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

Specified by:
getThrowable in interface Terminal.ErrorEvent

getComponent

public Component getComponent()

getVariableChanges

public Map getVariableChanges()


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