| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponent.addListener(Component.Listener listener) |
void |
Component.addListener(Component.Listener listener)
Registers a new (generic) component event listener for the component.
|
void |
AbstractComponent.removeListener(Component.Listener listener) |
void |
Component.removeListener(Component.Listener listener)
Removes a previously registered component event listener from this
component.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.