com.vaadin.ui
Interface AbstractComponent.ComponentErrorHandler

All Superinterfaces:
Serializable
Enclosing class:
AbstractComponent

public static interface AbstractComponent.ComponentErrorHandler
extends Serializable


Method Summary
 boolean handleComponentError(AbstractComponent.ComponentErrorEvent event)
          Handle the component error
 

Method Detail

handleComponentError

boolean handleComponentError(AbstractComponent.ComponentErrorEvent event)
Handle the component error

Parameters:
event -
Returns:
True if the error has been handled False, otherwise


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.