| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRouter.fireEvent(EventObject event,
ErrorHandler errorHandler)
Sends an event to all registered listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorHandler |
class |
LegacyApplication
Deprecated.
As of 7.0. This class is only intended to ease migration and
should not be used for new projects.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandler |
ErrorEvent.findErrorHandler(ClientConnector connector)
Method for finding the error handler for the given connector.
|
static ErrorHandler |
ErrorEvent.findErrorHandler(VaadinSession session)
Method for finding the error handler for the given session.
|
ErrorHandler |
VaadinSession.getErrorHandler()
Gets the session's error handler.
|
ErrorHandler |
DragAndDropService.getErrorHandler()
Deprecated.
|
ErrorHandler |
ClientConnector.getErrorHandler()
Gets the error handler for the connector.
|
ErrorHandler |
AbstractClientConnector.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
VaadinSession.setErrorHandler(ErrorHandler errorHandler)
Sets the session error handler.
|
void |
DragAndDropService.setErrorHandler(ErrorHandler errorHandler)
Deprecated.
|
void |
ClientConnector.setErrorHandler(ErrorHandler errorHandler)
Sets the error handler for the connector.
|
void |
AbstractClientConnector.setErrorHandler(ErrorHandler errorHandler) |
Copyright © 2022 Vaadin Ltd. All rights reserved.