com.itmill.toolkit.terminal
Interface VariableOwner.ErrorEvent

All Superinterfaces:
Terminal.ErrorEvent
All Known Implementing Classes:
AjaxVariableMap.VariableOwnerErrorImpl, HttpVariableMap.VariableOwnerErrorImpl
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.itmill.toolkit.terminal.Terminal.ErrorEvent
getThrowable
 

Method Detail

getVariableOwner

VariableOwner getVariableOwner()
Gets the source VariableOwner.

Returns:
the variable owner.


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