com.vaadin.terminal.


Interface VariableOwner.ErrorEvent

All Superinterfaces:

Serializable, Terminal.ErrorEvent

Enclosing interface:

VariableOwner

public static interface VariableOwner.ErrorEvent
extends Terminal.ErrorEvent

VariableOwner error event.

Method Summary
 VariableOwner getVariableOwner()
          Gets the source VariableOwner.
 
Methods inherited from interface com.vaadin.terminal.Terminal.ErrorEvent
getThrowable
 

Method Detail

getVariableOwner

VariableOwner getVariableOwner()

Gets the source VariableOwner.

Returns:
the variable owner.