public interface InputNotifier extends Serializable
Modifier and Type | Method and Description |
---|---|
default Registration |
addInputListener(ComponentEventListener<InputEvent> listener)
Adds an input listener to this component.
|
default Registration addInputListener(ComponentEventListener<InputEvent> listener)
listener
- the listener to add, not null
Copyright © 2023. All rights reserved.