com.itmill.toolkit.terminal.gwt.server
Class ChangeVariablesErrorEvent
java.lang.Object
com.itmill.toolkit.terminal.gwt.server.ChangeVariablesErrorEvent
- All Implemented Interfaces:
- Terminal.ErrorEvent, AbstractComponent.ComponentErrorEvent
public class ChangeVariablesErrorEvent
- extends Object
- implements AbstractComponent.ComponentErrorEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeVariablesErrorEvent
public ChangeVariablesErrorEvent(Component component,
Throwable throwable,
Map variableChanges)
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.