| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
Registration |
Component.addListener(Component.Listener listener)
Registers a new (generic) component event listener for the component.
|
Registration |
AbstractComponent.addListener(Component.Listener listener) |
void |
Component.removeListener(Component.Listener listener)
Deprecated.
As of 8.0, replaced by
Registration.remove() in the
registration object returned from
Component.addListener(Component.Listener). |
void |
AbstractComponent.removeListener(Component.Listener listener)
Deprecated.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.