com.vaadin.ui
Interface Component.ErrorListener

All Superinterfaces:
EventListener, Serializable
Enclosing interface:
Component

public static interface Component.ErrorListener
extends EventListener, Serializable

Listener interface for receiving Component.Errorss.


Method Summary
 void componentError(Component.ErrorEvent event)
          Notifies the listener of a component error.
 

Method Detail

componentError

void componentError(Component.ErrorEvent event)
Notifies the listener of a component error.

Parameters:
event - the event that has occured.


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