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 nullCopyright © 2025. All rights reserved.