We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.server.
Class ChangeVariablesErrorEvent
java.lang.Object
com.vaadin.terminal.gwt.server.ChangeVariablesErrorEvent
All Implemented Interfaces:
Terminal.ErrorEvent, AbstractComponent.ComponentErrorEvent, Serializable
- extends Object
- implements AbstractComponent.ComponentErrorEvent
public class ChangeVariablesErrorEvent
See Also:
Constructor Summary | |
---|---|
ChangeVariablesErrorEvent(Component component,
Throwable throwable,
Map<String,Object> variableChanges)
|
Method Summary | |
---|---|
Component |
getComponent()
|
Throwable |
getThrowable()
Gets the contained throwable, the cause of the error. |
Map<String,Object> |
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<String,Object> variableChanges)
Method Detail |
---|
getThrowable
public Throwable getThrowable()
- Specified by:
getThrowable
in interfaceTerminal.ErrorEvent
Description copied from interface: Terminal.ErrorEvent
Gets the contained throwable, the cause of the error.
getComponent
public Component getComponent()
getVariableChanges
public Map<String,Object> getVariableChanges()